TF-1694 Use KeyboardUtils to centralized management show/hide keyboard
(cherry picked from commit e2598476ecdc8c5d16a17dc3c777a34620013c64)
This commit is contained in:
+1
-1
@@ -531,7 +531,7 @@ class MailboxDashBoardController extends ReloadableController {
|
||||
clearFilterMessageOption();
|
||||
searchController.updateFilterEmail(text: SearchQuery(value));
|
||||
dispatchAction(StartSearchEmailAction());
|
||||
FocusScope.of(context).unfocus();
|
||||
KeyboardUtils.hideKeyboard(context);
|
||||
if (_searchInsideEmailDetailedViewIsActive(context)) {
|
||||
_closeEmailDetailedView();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user