[android] Added hidding the keyboard when Rooms chip is tapped

This commit is contained in:
alexzatsepin 2020-08-19 01:29:25 +03:00 committed by Tatiana Yan
parent 25d11fe67e
commit 61396975a2

View file

@ -103,6 +103,8 @@ public class SearchToolbarController extends ToolbarController
return;
}
InputUtils.hideKeyboard(v);
if (!mGuiestsRoomsMenuController.isClosed())
return;