Fix ApplicationMigrations UI.

This commit is contained in:
Greyson Parrelli
2021-07-15 13:19:06 -04:00
parent 83086a5a2b
commit b04ca202f6
8 changed files with 59 additions and 58 deletions

View File

@@ -319,7 +319,7 @@
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
<activity android:name=".migrations.ApplicationMigrationActivity"
android:theme="@style/NoAnimation.Theme.AppCompat.Light.DarkActionBar"
android:theme="@style/Theme.Signal.DayNight.NoActionBar"
android:launchMode="singleTask"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>