mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-03-12 17:20:21 +01:00
Huawei: fix delete notifications for LE devices
This commit is contained in:
parent
7141e2d592
commit
c065c6e061
@ -108,6 +108,11 @@ public class HuaweiLESupport extends AbstractBTLEDeviceSupport {
|
||||
supportProvider.onNotification(notificationSpec);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDeleteNotification(int id) {
|
||||
supportProvider.onDeleteNotification(id);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onSetTime() {
|
||||
supportProvider.onSetTime();
|
||||
|
Loading…
x
Reference in New Issue
Block a user