mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 02:53:05 +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,
|
||||
(FrameLayout)findViewById(R.id.surfaceView).getParent(),
|
||||
this);
|
||||
virtualController.refreshLayout();
|
||||
}
|
||||
|
||||
if (prefConfig.usbDriver) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user