mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Attempt to reclaim username in more places during/after registration.
This commit is contained in:
committed by
Michelle Tang
parent
9d3f4ffa08
commit
7a5790a6ce
@@ -871,6 +871,8 @@ class RegistrationViewModel : ViewModel() {
|
||||
stopwatch.split("storage-sync")
|
||||
|
||||
stopwatch.stop(TAG)
|
||||
} else if (SignalStore.misc.needsUsernameRestore) {
|
||||
AppDependencies.jobManager.runSynchronously(ReclaimUsernameAndLinkJob(), TimeUnit.SECONDS.toMillis(10))
|
||||
}
|
||||
|
||||
refreshRemoteConfig()
|
||||
|
||||
Reference in New Issue
Block a user