mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-12 16:55:46 -04:00
Android: Fix nav/notification bar getting stuck when editing layout
This commit is contained in:
@ -430,12 +430,10 @@ public class EmulationActivity extends AppCompatActivity implements SurfaceHolde
|
||||
|
||||
case 5: // Edit Touchscreen Controller Layout
|
||||
{
|
||||
if (mTouchscreenController != null) {
|
||||
if (mTouchscreenController != null)
|
||||
mTouchscreenController.startLayoutEditing();
|
||||
} else {
|
||||
Toast.makeText(this, R.string.emulation_activity_touchscreen_controller_not_active, Toast.LENGTH_SHORT);
|
||||
}
|
||||
|
||||
onMenuClosed();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user