This commit is contained in:
Mark Qvist 2022-10-06 16:57:43 +02:00
parent 8bb5fb5fa3
commit 25836decdb

View File

@ -310,7 +310,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, 1.5)
Clock.schedule_once(self.start_core, 3.5)
# Part of the focus hack fix
def android_focus_fix(self, sender, val):