Move v3 classes to base registration package.

This commit is contained in:
Cody Henthorne
2025-09-22 12:21:06 -04:00
committed by Jeffrey Starke
parent 8dc2077ad0
commit 6976ac7d44
88 changed files with 181 additions and 217 deletions

View File

@@ -843,12 +843,12 @@
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"
android:exported="false"/>
<activity android:name=".registrationv3.olddevice.TransferAccountActivity"
<activity android:name=".registration.olddevice.TransferAccountActivity"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"
android:theme="@style/Theme.Signal.DayNight.NoActionBar"
android:exported="false"/>
<activity android:name=".registrationv3.ui.RegistrationActivity"
<activity android:name=".registration.ui.RegistrationActivity"
android:launchMode="singleTask"
android:theme="@style/Theme.Signal.DayNight.NoActionBar"
android:windowSoftInputMode="stateHidden|adjustResize"
@@ -974,7 +974,7 @@
android:windowSoftInputMode="stateVisible|adjustResize"
android:exported="false"/>
<activity android:name=".registrationv3.ui.restore.RemoteRestoreActivity"
<activity android:name=".registration.ui.restore.RemoteRestoreActivity"
android:theme="@style/Signal.DayNight.NoActionBar"
android:exported="false"/>