From 8e4da732cdd8f51c133b8e3230f42e14e09a4c9b Mon Sep 17 00:00:00 2001 From: Kevin Subileau Date: Wed, 5 Jun 2013 22:41:10 +0200 Subject: [PATCH] Fix connection closed on pause. --- main.py | 3 +++ 1 file changed, 3 insertions(+) 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