forked from organicmaps/organicmaps
[and] Do not show navdrawer after search.
This commit is contained in:
parent
dabd9df85c
commit
fe71f1a8f8
1 changed files with 1 additions and 1 deletions
|
@ -1172,7 +1172,7 @@ public class MWMActivity extends NvEventQueueActivity implements LocationService
|
|||
@Override
|
||||
public boolean onKeyUp(int keyCode, KeyEvent event)
|
||||
{
|
||||
if (KeyEvent.KEYCODE_MENU == keyCode)
|
||||
if (KeyEvent.KEYCODE_MENU == keyCode && !event.isCanceled())
|
||||
{
|
||||
toggleDrawer();
|
||||
return true;
|
||||
|
|
Loading…
Add table
Reference in a new issue