Skip to content

Commit

Permalink
fix: black theme on the start
Browse files Browse the repository at this point in the history
  • Loading branch information
sergdeus committed Jul 22, 2023
1 parent 97f353a commit ca5f6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
android:exported="true"
android:hardwareAccelerated="true"
android:launchMode="singleTask"
android:theme="@style/Theme.AppCompat.Light"
android:theme="@style/Theme.AppCompat.DayNight"
android:windowSoftInputMode="adjustResize">

<intent-filter>
Expand Down

0 comments on commit ca5f6e2

Please sign in to comment.