Do not show getting started after local restore.

This commit is contained in:
Greyson Parrelli
2026-04-09 20:27:48 +00:00
committed by Cody Henthorne
parent 237ac9f94a
commit d6ec4bfbd3
2 changed files with 2 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ fun OnboardingMegaphone(
) {
Column(
modifier = modifier
.background(MaterialTheme.colorScheme.background)
.padding(bottom = 22.dp)
) {
Box(

View File

@@ -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()