forked from organicmaps/organicmaps-tmp
[android] Added hidding the keyboard when Rooms chip is tapped
This commit is contained in:
parent
25d11fe67e
commit
61396975a2
1 changed files with 2 additions and 0 deletions
|
@ -103,6 +103,8 @@ public class SearchToolbarController extends ToolbarController
|
|||
return;
|
||||
}
|
||||
|
||||
InputUtils.hideKeyboard(v);
|
||||
|
||||
if (!mGuiestsRoomsMenuController.isClosed())
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue