Fix use of media credentials for fetching/restoring media related data.

This commit is contained in:
Cody Henthorne
2024-11-04 16:42:15 -05:00
committed by Greyson Parrelli
parent d7c08690ee
commit f848a78365
11 changed files with 65 additions and 54 deletions

View File

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