1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-26 06:50:07 +02:00

Mi2: send text notification for mi2 only, not mi1a

This commit is contained in:
cpfeiffer 2017-03-05 10:41:57 +01:00
parent 88b35c6eec
commit c56b655b48
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ public class V2NotificationStrategy implements NotificationStrategy {
}
}
}
sendAlert(simpleNotification, builder);
// sendAlert(simpleNotification, builder);
}
protected void sendAlert(SimpleNotification simpleNotification, TransactionBuilder builder) {

View File

@ -41,7 +41,7 @@ public class Mi2NotificationStrategy extends V2NotificationStrategy {
}
}
sendAlert(simpleNotification, builder);
}
@Override