Restore timestamp instead of tier during manual registration remote backup restore flow.

This commit is contained in:
Cody Henthorne
2025-07-02 11:24:36 -04:00
committed by GitHub
parent ec8bb17bff
commit 437b1a3d98
15 changed files with 235 additions and 132 deletions

View File

@@ -261,7 +261,7 @@ class InternalBackupPlaygroundViewModel : ViewModel() {
fun checkRemoteBackupState() {
disposables += Single
.fromCallable {
BackupRepository.restoreBackupTier(SignalStore.account.requireAci())
BackupRepository.restoreBackupFileTimestamp()
BackupRepository.debugGetRemoteBackupState()
}
.subscribeOn(Schedulers.io())