mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-22 06:29:14 -04:00
Adjusted timing
This commit is contained in:
parent
4b819238a3
commit
64522ba1c3
3 changed files with 3 additions and 3 deletions
|
@ -138,7 +138,7 @@ class SidebandApp(MDApp):
|
|||
self.root.ids.screen_manager.app = self
|
||||
self.root.ids.app_version_info.text = "Sideband v"+__version__+" "+__variant__
|
||||
|
||||
Clock.schedule_once(self.start_core, 3)
|
||||
Clock.schedule_once(self.start_core, 3.5)
|
||||
|
||||
# Part of the focus hack fix
|
||||
def android_focus_fix(self, sender, val):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue