mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-06-16 22:01:14 +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,
|
virtualController = new VirtualController(conn,
|
||||||
(FrameLayout)findViewById(R.id.surfaceView).getParent(),
|
(FrameLayout)findViewById(R.id.surfaceView).getParent(),
|
||||||
this);
|
this);
|
||||||
|
virtualController.refreshLayout();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (prefConfig.usbDriver) {
|
if (prefConfig.usbDriver) {
|
||||||
|
|||||||
Reference in New Issue
Block a user