mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-02-17 21:06:48 +01:00
Revert "Bangle.js: add support for SMS replies" - not needed as per #3654
This reverts commit 323f8028e0a6658af3e62e931c3acf01d8ff5d2c.
This commit is contained in:
parent
323f8028e0
commit
1165a5d03c
@ -1280,8 +1280,7 @@ public class BangleJSDeviceSupport extends AbstractBTLEDeviceSupport {
|
||||
if (notificationSpec.attachedActions!=null)
|
||||
for (int i=0;i<notificationSpec.attachedActions.size();i++) {
|
||||
NotificationSpec.Action action = notificationSpec.attachedActions.get(i);
|
||||
if (action.type==NotificationSpec.Action.TYPE_WEARABLE_REPLY ||
|
||||
action.type==NotificationSpec.Action.TYPE_SYNTECTIC_REPLY_PHONENR) {
|
||||
if (action.type==NotificationSpec.Action.TYPE_WEARABLE_REPLY) {
|
||||
mNotificationReplyAction.add(notificationSpec.getId(), action.handle);
|
||||
canReply = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user