diff --git a/src/com/limelight/Game.java b/src/com/limelight/Game.java index e0e42345..0051af79 100644 --- a/src/com/limelight/Game.java +++ b/src/com/limelight/Game.java @@ -680,8 +680,8 @@ public class Game extends Activity implements SurfaceHolder.Callback, private void stopConnection() { if (connecting || connected) { - conn.stop(); connecting = connected = false; + conn.stop(); } // Close the Evdev watcher to allow use of captured input devices