srctree

Robin Linden parent 1c4d0563 c781b55e
Fix direct reply intents falling through to other intent handling

This was never intentional, but they were silently ignored until317303358730ed56e10c175c908e08b3a990c6d5 which made them loudly ignored.

inlinesplit
atox/src/main/kotlin/ActionReceiver.kt added: 2, removed: 1, total 1
@@ -81,6 +81,7 @@ class ActionReceiver : BroadcastReceiver() {
}
chatManager.sendMessage(pk, input)
notificationHelper.showMessageNotification(Contact(pk.string(), tox.getName()), input, outgoing = true)
return
}
}