Add linked device registration skeleton UI.

This commit is contained in:
Alex Hart
2026-05-28 15:33:24 -03:00
committed by Michelle Tang
parent 274feb168e
commit 50884e144e
44 changed files with 1708 additions and 24 deletions
@@ -420,6 +420,7 @@ public class ApplicationContext extends Application implements AppForegroundObse
new org.signal.registration.RegistrationDependencies(
new org.thoughtcrime.securesms.registration.v2.AppRegistrationNetworkController(this, AppDependencies.getPushServiceSocket()),
new org.thoughtcrime.securesms.registration.v2.AppRegistrationStorageController(this),
Environment.IS_LINK_AND_SYNC_AVAILABLE,
null,
context -> {
context.startActivity(new Intent(context, SubmitDebugLogActivity.class));