From 25836decdba2a1f5217724221ad1cd89427d8800 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 6 Oct 2022 16:57:43 +0200 Subject: [PATCH] Cleanup --- sbapp/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbapp/main.py b/sbapp/main.py index 08d0139..32772b8 100644 --- a/sbapp/main.py +++ b/sbapp/main.py @@ -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):