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