diff --git a/src/com/limelight/Game.java b/src/com/limelight/Game.java index 9790fd4c..d64b7d48 100644 --- a/src/com/limelight/Game.java +++ b/src/com/limelight/Game.java @@ -681,8 +681,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