Added reply direct to wearable actions

pull/199/head
M66B 3 years ago
parent 6f211629c0
commit 4ecb324b93

@ -4561,6 +4561,8 @@ class Core {
actionReply.addRemoteInput(input.build()) actionReply.addRemoteInput(input.build())
.setAllowGeneratedReplies(false); .setAllowGeneratedReplies(false);
mbuilder.addAction(actionReply.build()); mbuilder.addAction(actionReply.build());
wactions.add(actionReply.build());
} }
if (notify_flag) { if (notify_flag) {

Loading…
Cancel
Save