forked from organicmaps/organicmaps
[android] Addid closing the filter rooms and guests when closing search.
This commit is contained in:
parent
a0c931ab73
commit
8786ae0014
1 changed files with 1 additions and 1 deletions
|
@ -355,6 +355,7 @@ public class SearchToolbarController extends ToolbarController
|
|||
|
||||
case R.id.clear:
|
||||
onClearClick();
|
||||
closeBottomMenu();
|
||||
break;
|
||||
|
||||
case R.id.voice_input:
|
||||
|
@ -424,7 +425,6 @@ public class SearchToolbarController extends ToolbarController
|
|||
mGuestsRoomsMenuController.close();
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue