From 7b4f3c975af2a7962662e0e8d8a20f091a53f169 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Thu, 7 Jan 2016 00:15:33 -0600 Subject: [PATCH] Fix on-screen controls not showing up on 16:9 devices --- app/src/main/java/com/limelight/Game.java | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/java/com/limelight/Game.java b/app/src/main/java/com/limelight/Game.java index e9b1ed62..dedf4786 100644 --- a/app/src/main/java/com/limelight/Game.java +++ b/app/src/main/java/com/limelight/Game.java @@ -292,6 +292,7 @@ public class Game extends Activity implements SurfaceHolder.Callback, virtualController = new VirtualController(conn, (FrameLayout)findViewById(R.id.surfaceView).getParent(), this); + virtualController.refreshLayout(); } if (prefConfig.usbDriver) {