From 61396975a2393e1a5b01d67fae4f65f9dc28c134 Mon Sep 17 00:00:00 2001 From: alexzatsepin Date: Wed, 19 Aug 2020 01:29:25 +0300 Subject: [PATCH] [android] Added hidding the keyboard when Rooms chip is tapped --- .../src/com/mapswithme/maps/widget/SearchToolbarController.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/src/com/mapswithme/maps/widget/SearchToolbarController.java b/android/src/com/mapswithme/maps/widget/SearchToolbarController.java index ab6e281b5d..f49695a4f1 100644 --- a/android/src/com/mapswithme/maps/widget/SearchToolbarController.java +++ b/android/src/com/mapswithme/maps/widget/SearchToolbarController.java @@ -103,6 +103,8 @@ public class SearchToolbarController extends ToolbarController return; } + InputUtils.hideKeyboard(v); + if (!mGuiestsRoomsMenuController.isClosed()) return;