Files
Android/app/src/main/java/org/thoughtcrime/securesms
Greyson Parrelli 3ef3a516b3 Prevent repeated storage-full notifications during backup.
When remote backup storage is full, hundreds of CopyAttachmentToArchiveJob
instances each independently call markOutOfRemoteStorageSpaceError(), which
re-posts the notification every time. Even though the notification ID is the
same, each call re-alerts the user with sound and vibration.

Guard markOutOfRemoteStorageSpaceError() to only post the notification once
by checking the flag before proceeding, and move the flag-set before the
notification post to prevent races. Also add an early exit in
CopyAttachmentToArchiveJob to skip the network quota check when already
marked as out of storage space.
2026-04-06 16:46:05 -04:00
..
2026-03-25 16:31:08 -04:00
2026-03-25 16:31:08 -04:00
2026-03-25 16:31:08 -04:00
2026-02-10 10:35:54 -05:00
2026-03-31 16:20:25 -03:00
2026-03-25 16:31:10 -04:00
2026-02-10 10:35:54 -05:00
2026-03-11 15:41:44 -04:00
2026-02-10 10:35:54 -05:00
2026-03-25 16:31:09 -04:00
2026-03-25 16:31:08 -04:00
2026-02-10 10:35:54 -05:00
2026-02-10 10:35:54 -05:00
2026-02-10 10:35:54 -05:00
2026-02-25 19:38:12 -05:00