diff --git a/main.py b/main.py index 20d10bf..c18ffbb 100644 --- a/main.py +++ b/main.py @@ -90,6 +90,9 @@ def get_interface_ip(self, ifname): class RemoteKivyApp(App): + def on_pause(self): + return True + def build(self): global app app = self