mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Introduce SignalNetwork, share PushServiceSocket.
This commit is contained in:
committed by
Cody Henthorne
parent
4e35906680
commit
00d20a1917
@@ -171,7 +171,7 @@ class InternalBackupPlaygroundViewModel : ViewModel() {
|
||||
|
||||
disposables += Single
|
||||
.fromCallable {
|
||||
BackupRepository.restoreBackupTier()
|
||||
BackupRepository.restoreBackupTier(SignalStore.account.requireAci())
|
||||
BackupRepository.getRemoteBackupState()
|
||||
}
|
||||
.subscribeOn(Schedulers.io())
|
||||
|
||||
Reference in New Issue
Block a user