Remove unused 'registration' variant of username screen.

This commit is contained in:
Greyson Parrelli
2024-02-13 14:13:22 -05:00
committed by Cody Henthorne
parent 57ac7cb328
commit f484fdbbac
8 changed files with 35 additions and 175 deletions

View File

@@ -976,11 +976,6 @@
android:windowSoftInputMode="stateVisible|adjustResize"
android:exported="false"/>
<activity android:name=".profiles.username.AddAUsernameActivity"
android:theme="@style/Signal.DayNight.NoActionBar"
android:windowSoftInputMode="stateVisible|adjustResize"
android:exported="false"/>
<activity android:name=".profiles.manage.EditProfileActivity"
android:theme="@style/TextSecure.LightTheme"
android:windowSoftInputMode="stateVisible|adjustResize"