Fixed passphrase prompt activity theming attributes.

This commit is contained in:
Anton Chekulaev
2020-09-08 12:04:51 +10:00
parent cc199b4022
commit 4ed7917625
32 changed files with 100 additions and 71 deletions

View File

@@ -342,7 +342,8 @@
<activity
android:name="org.thoughtcrime.securesms.PassphrasePromptActivity"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"
android:launchMode="singleTask" />
android:launchMode="singleTask"
android:theme="@style/Theme.Session.DayNight.NoActionBar"/>
<activity
android:name="org.thoughtcrime.securesms.NewConversationActivity"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"