mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 08:17:40 +00:00
ANDROID: Hide on-screen buttons while native code is not started
This commit is contained in:
parent
aa406ba5f3
commit
298c970fca
@ -956,6 +956,8 @@ public class ScummVMActivity extends Activity implements OnKeyboardVisibilityLis
|
||||
|
||||
_toggleTouchModeKeyboardBtnIcon = new ImageView(this);
|
||||
|
||||
// Hide by default all buttons, they will be shown when native code will start
|
||||
showToggleOnScreenBtnIcons(0);
|
||||
layoutButtonLayout(getResources().getConfiguration().orientation, true);
|
||||
|
||||
_main_surface.setFocusable(true);
|
||||
|
Loading…
Reference in New Issue
Block a user