mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 03:40:56 +01:00
Fix use of media credentials for fetching/restoring media related data.
This commit is contained in:
committed by
Greyson Parrelli
parent
d7c08690ee
commit
f848a78365
@@ -223,6 +223,7 @@ class InternalBackupPlaygroundViewModel : ViewModel() {
|
||||
}
|
||||
|
||||
else -> {
|
||||
Log.w(TAG, "Error checking remote backup state", result.getCause())
|
||||
_state.value = _state.value.copy(remoteBackupState = RemoteBackupState.GeneralError)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user