Add UX for out of remote storage space error presentation.

This commit is contained in:
Alex Hart
2025-06-09 15:56:08 -03:00
committed by Greyson Parrelli
parent 1424dd6892
commit dd5941b884
13 changed files with 167 additions and 70 deletions

View File

@@ -287,6 +287,10 @@ object BackupRepository {
AppDependencies.jobManager.add(CheckRestoreMediaLeftJob(RestoreAttachmentJob.constructQueueString(RestoreAttachmentJob.RestoreOperation.MANUAL)))
}
fun shouldDisplayOutOfStorageSpaceUx(): Boolean {
return false // TODO [message-backups] Wire into actual error handling.
}
/**
* Whether the yellow dot should be displayed on the conversation list avatar.
*/