Added service split for Android and notifications on Android and Linux

This commit is contained in:
Mark Qvist 2022-10-02 01:14:29 +02:00
parent e58c8a96be
commit 7ee0171ec7
8 changed files with 336 additions and 103 deletions

View file

@ -39,10 +39,8 @@ class Announces():
def update(self):
self.clear_list()
self.announces = self.app.sideband.list_announces()
self.update_widget()
self.app.flag_new_announces = False
self.app.sideband.setstate("app.flags.new_announces", False)
def update_widget(self):
if self.list == None: