mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-22 06:29:14 -04:00
Run IPC over multiprocessing lib instead of db
This commit is contained in:
parent
013c999152
commit
a091389fa1
3 changed files with 87 additions and 35 deletions
|
@ -199,6 +199,9 @@ class SidebandApp(MDApp):
|
|||
self.update_loading_text()
|
||||
self.init_announces_view()
|
||||
self.announces_view.update()
|
||||
self.telemetry_init()
|
||||
self.settings_init()
|
||||
self.connectivity_init()
|
||||
|
||||
# Wait a little extra for user to react to permissions prompt
|
||||
# if RNS.vendor.platformutils.get_platform() == "android":
|
||||
|
@ -563,6 +566,9 @@ class SidebandApp(MDApp):
|
|||
|
||||
return screen
|
||||
|
||||
def _state_jobs(self):
|
||||
props = []
|
||||
|
||||
def jobs(self, delta_time):
|
||||
if self.final_load_completed:
|
||||
if RNS.vendor.platformutils.is_android() and not self.sideband.service_available():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue