mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-03 23:15:44 +01:00
Do not show getting started after local restore.
This commit is contained in:
committed by
Cody Henthorne
parent
237ac9f94a
commit
d6ec4bfbd3
@@ -68,6 +68,7 @@ fun OnboardingMegaphone(
|
||||
) {
|
||||
Column(
|
||||
modifier = modifier
|
||||
.background(MaterialTheme.colorScheme.background)
|
||||
.padding(bottom = 22.dp)
|
||||
) {
|
||||
Box(
|
||||
|
||||
@@ -143,6 +143,7 @@ class RestoreLocalBackupActivityViewModel : ViewModel() {
|
||||
Log.w(TAG, "Local backup does not match current account, not re-enabling local backups")
|
||||
}
|
||||
|
||||
SignalStore.onboarding.clearAll()
|
||||
StorageServiceRestore.restore()
|
||||
RegistrationUtil.maybeMarkRegistrationComplete()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user