Address various issues with dark theme registration flow.

This commit is contained in:
Cody Henthorne
2023-02-15 13:20:12 -05:00
committed by Greyson Parrelli
parent e2c3db3eda
commit 6100160e18
12 changed files with 96 additions and 70 deletions

View File

@@ -464,7 +464,7 @@
<activity android:name=".registration.RegistrationNavigationActivity"
android:launchMode="singleTask"
android:theme="@style/TextSecure.LightRegistrationTheme"
android:theme="@style/Theme.Signal.DayNight.NoActionBar"
android:windowSoftInputMode="stateHidden"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>