Adjusted timing

This commit is contained in:
Mark Qvist 2022-09-14 22:09:58 +02:00
parent 4b819238a3
commit 64522ba1c3
3 changed files with 3 additions and 3 deletions

View file

@ -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):