mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-27 10:07:32 +01:00
Zepp OS: Remove notification picture paths on notification delete
This commit is contained in:
parent
b70c2af117
commit
ef3509446e
@ -383,6 +383,8 @@ public class ZeppOsNotificationService extends AbstractZeppOsService {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mNotificationPictures.remove(id);
|
||||||
|
|
||||||
LOG.info("Deleting notification {} from band", id);
|
LOG.info("Deleting notification {} from band", id);
|
||||||
|
|
||||||
final ByteBuffer buf = ByteBuffer.allocate(12);
|
final ByteBuffer buf = ByteBuffer.allocate(12);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user