mirror of
https://github.com/markqvist/Sideband.git
synced 2025-08-03 20:14:24 -04:00
Added service split for Android and notifications on Android and Linux
This commit is contained in:
parent
e58c8a96be
commit
7ee0171ec7
8 changed files with 336 additions and 103 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue