mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-25 03:16:51 +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:
parent
faf8ca55c1
commit
ae40afb827
@ -921,10 +921,6 @@ public class FossilHRWatchAdapter extends FossilWatchAdapter {
|
|||||||
public void onDeleteNotification(int id) {
|
public void onDeleteNotification(int id) {
|
||||||
super.onDeleteNotification(id);
|
super.onDeleteNotification(id);
|
||||||
|
|
||||||
if (connectionMode == CONNECTION_MODE.NOT_AUTHENTICATED) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// send notification dismissal message to watch
|
// send notification dismissal message to watch
|
||||||
try {
|
try {
|
||||||
queueWrite(new DismissTextNotificationRequest(id, this));
|
queueWrite(new DismissTextNotificationRequest(id, this));
|
||||||
|
Loading…
Reference in New Issue
Block a user