1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-24 19:06:53 +01:00

Revert "Fossil Hybrid HR: Do not try remove notifications from the watch in unauthenticated mode"

This reverts commit faf8ca55c1.
This commit is contained in:
Andreas Shimokawa 2021-03-12 00:16:00 +01:00
parent faf8ca55c1
commit ae40afb827

View File

@ -921,10 +921,6 @@ public class FossilHRWatchAdapter extends FossilWatchAdapter {
public void onDeleteNotification(int id) {
super.onDeleteNotification(id);
if (connectionMode == CONNECTION_MODE.NOT_AUTHENTICATED) {
return;
}
// send notification dismissal message to watch
try {
queueWrite(new DismissTextNotificationRequest(id, this));