mirror of
https://github.com/liberatedsystems/Sideband_CE.git
synced 2024-09-03 04:13:27 +02:00
Cleanup
This commit is contained in:
parent
8bb5fb5fa3
commit
25836decdb
@ -310,7 +310,7 @@ class SidebandApp(MDApp):
|
|||||||
|
|
||||||
self.root.ids.screen_manager.app = self
|
self.root.ids.screen_manager.app = self
|
||||||
self.root.ids.app_version_info.text = "Sideband v"+__version__+" "+__variant__
|
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
|
# Part of the focus hack fix
|
||||||
def android_focus_fix(self, sender, val):
|
def android_focus_fix(self, sender, val):
|
||||||
|
Loading…
Reference in New Issue
Block a user