mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-29 05:04:54 +01:00
Add UX for out of remote storage space error presentation.
This commit is contained in:
committed by
Greyson Parrelli
parent
1424dd6892
commit
dd5941b884
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user