Temporary force dark theme for media send activity.

Emoji toggle got themed icons.
This commit is contained in:
Anton Chekulaev
2020-08-25 15:08:42 +10:00
parent 7c046223be
commit 47a1cb2a73
9 changed files with 61 additions and 15 deletions

View File

@@ -355,7 +355,7 @@
android:name="org.thoughtcrime.securesms.mediasend.MediaSendActivity"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"
android:screenOrientation="portrait"
android:theme="@style/Session.DarkTheme.NoActionBar"
android:theme="@style/Theme.Session.ForceDark.NoActionBar"
android:windowSoftInputMode="stateHidden" />
<activity
android:name="org.thoughtcrime.securesms.PassphraseChangeActivity"