mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Add display of last backup time to restore flow.
This commit is contained in:
@@ -143,7 +143,10 @@ class InternalBackupPlaygroundViewModel : ViewModel() {
|
||||
_state.value = _state.value.copy(remoteBackupState = RemoteBackupState.Unknown)
|
||||
|
||||
disposables += Single
|
||||
.fromCallable { BackupRepository.getRemoteBackupState() }
|
||||
.fromCallable {
|
||||
BackupRepository.restoreBackupTier()
|
||||
BackupRepository.getRemoteBackupState()
|
||||
}
|
||||
.subscribeOn(Schedulers.io())
|
||||
.subscribe { result ->
|
||||
when {
|
||||
|
||||
Reference in New Issue
Block a user