Migrate identity verification activity to fragment.

This commit is contained in:
Alex Hart
2021-12-13 16:54:19 -04:00
committed by Cody Henthorne
parent b94624fd5a
commit 20d2c43356
15 changed files with 859 additions and 789 deletions

View File

@@ -380,7 +380,7 @@
android:label="@string/AndroidManifest__change_passphrase"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
<activity android:name=".VerifyIdentityActivity"
<activity android:name=".verify.VerifyIdentityActivity"
android:theme="@style/Signal.DayNight.NoActionBar"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>