From b691bd1623bcb8e21e5cbf9ce7b022ba8c7985e8 Mon Sep 17 00:00:00 2001 From: dab246 Date: Tue, 20 May 2025 16:40:12 +0700 Subject: [PATCH] Fix cannot back result search list when open email from search on mobile Signed-off-by: dab246 --- lib/features/thread/presentation/thread_controller.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/features/thread/presentation/thread_controller.dart b/lib/features/thread/presentation/thread_controller.dart index ec4d8b092..2c400c7bb 100644 --- a/lib/features/thread/presentation/thread_controller.dart +++ b/lib/features/thread/presentation/thread_controller.dart @@ -1232,6 +1232,7 @@ class ThreadController extends BaseController with EmailActionController { void goToSearchView() { SearchEmailBindings().dependencies(); _replaceBrowserHistory(); + searchController.activateSimpleSearch(); mailboxDashBoardController.dispatchRoute(DashboardRoutes.searchEmail); }