1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2025-01-26 17:47:34 +01:00

Zepp OS: Remove notification picture paths on notification delete

This commit is contained in:
José Rebelo 2024-11-24 18:15:01 +00:00
parent b70c2af117
commit ef3509446e

View File

@ -383,6 +383,8 @@ public class ZeppOsNotificationService extends AbstractZeppOsService {
return;
}
mNotificationPictures.remove(id);
LOG.info("Deleting notification {} from band", id);
final ByteBuffer buf = ByteBuffer.allocate(12);