mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-21 03:52:48 +00:00
Fix on-screen controls not showing up on 16:9 devices
This commit is contained in:
parent
b165fadc55
commit
7b4f3c975a
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user