Voice call UI additions

This commit is contained in:
Mark Qvist 2025-03-10 17:25:40 +01:00
parent 9e058cc12e
commit b1678a1532
4 changed files with 63 additions and 4 deletions

View file

@ -54,7 +54,9 @@ class Voice():
if self.app.root.ids.screen_manager.current == "voice_screen":
if self.ui_updater == None: self.ui_updater = Clock.schedule_interval(self.update_call_status, 0.5)
else:
if self.ui_updater: self.ui_updater.cancel()
if self.ui_updater:
self.ui_updater.cancel()
self.ui_updater = None
db = self.screen.ids.dial_button
ih = self.screen.ids.identity_hash