Allow media selection recipient selection fragment to display in user's chosen app theme.

This commit is contained in:
Alex Hart
2022-07-25 12:45:09 -03:00
committed by Cody Henthorne
parent 09b92a6559
commit b20658c829
11 changed files with 155 additions and 76 deletions

View File

@@ -371,6 +371,11 @@
android:launchMode="singleTop"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
<activity android:name=".conversation.mutiselect.forward.MultiselectForwardActivity"
android:theme="@style/Signal.DayNight.NoActionBar"
android:windowSoftInputMode="stateAlwaysHidden|adjustNothing"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize" />
<activity android:name=".PassphraseChangeActivity"
android:label="@string/AndroidManifest__change_passphrase"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>