Mercurial > libervia-backend
diff sat/plugins/plugin_misc_android.py @ 3172:dcebc585c29f
core: renamed "MessageReceived" trigger to "messageReceived" for consistency.
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 18 Feb 2020 18:13:19 +0100 |
parents | b5c058c7692e |
children | 2a0a16b906ac |
line wrap: on
line diff
--- a/sat/plugins/plugin_misc_android.py Tue Feb 18 18:13:18 2020 +0100 +++ b/sat/plugins/plugin_misc_android.py Tue Feb 18 18:13:19 2020 +0100 @@ -251,7 +251,7 @@ raise e # we set a low priority because we want the notification to be sent after all # plugins have done their job - host.trigger.add("MessageReceived", self.messageReceivedTrigger, priority=-1000) + host.trigger.add("messageReceived", self.messageReceivedTrigger, priority=-1000) # profiles autoconnection host.bridge.addMethod(