TF-3767 Use TupleKey to save recent search for each account
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -487,7 +487,7 @@ class SearchEmailView extends GetWidget<SearchEmailController>
|
||||
onTap: () {
|
||||
final query = textSearch.trim();
|
||||
if (query.isNotEmpty) {
|
||||
controller.saveRecentSearch(RecentSearch.now(query));
|
||||
controller.saveRecentSearch(query);
|
||||
controller.showAllResultSearchAction(context, query);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user