mirror of
https://github.com/markqvist/Sideband.git
synced 2025-12-10 22:35:45 -05:00
Voice call UI additions
This commit is contained in:
parent
9e058cc12e
commit
b1678a1532
4 changed files with 63 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue