Add failsafe for clearing abandoned backup progress.

This commit is contained in:
Greyson Parrelli
2025-09-04 12:19:21 -04:00
parent 0d3727f08b
commit ccf1be2359
3 changed files with 10 additions and 3 deletions

View File

@@ -159,7 +159,7 @@ class RemoteBackupsSettingsViewModel : ViewModel() {
}
viewModelScope.launch(Dispatchers.IO) {
BackupRepository.maybeFixAnyDanglingAttachmentUploads()
BackupRepository.maybeFixAnyDanglingUploadProgress()
}
}