mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-02-16 02:20:55 +00:00
Fix on-screen controls not showing up on 16:9 devices
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user