Fix Verify Identity screen on smaller devices.

This commit is contained in:
Lucio Maciel
2021-09-07 17:50:36 -03:00
committed by Greyson Parrelli
parent 4eb24c3303
commit 9cc1ae4a29
6 changed files with 320 additions and 198 deletions

View File

@@ -378,6 +378,7 @@
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
<activity android:name=".VerifyIdentityActivity"
android:theme="@style/Signal.DayNight.NoActionBar"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
<activity android:name=".components.settings.app.AppSettingsActivity"