Focus handling

This commit is contained in:
Mark Qvist 2021-05-12 14:02:44 +02:00
parent 24d79c4b2b
commit ba22f41cf8
4 changed files with 120 additions and 45 deletions

View file

@ -106,7 +106,7 @@ class NomadNetworkApp:
self.lxmf_destination = self.message_router.register_delivery_identity(self.identity)
RNS.log("LXMF Router ready to receive on: "+RNS.prettyhexrep(self.lxmf_destination.hash))
self.ui = nomadnet.ui.spawn(self.uimode)
nomadnet.ui.spawn(self.uimode)
def lxmf_delivery(self, message):