TF-3002 [MOBILE] Search filter only apply this contact in From when user select contact suggestion
This commit is contained in:
@@ -486,7 +486,10 @@ class SearchEmailController extends BaseController
|
||||
BuildContext context,
|
||||
EmailAddress emailAddress
|
||||
) {
|
||||
textInputSearchController.clear();
|
||||
currentSearchText.value = '';
|
||||
_updateSimpleSearchFilter(
|
||||
textOption: const None(),
|
||||
fromOption: Some({emailAddress.emailAddress}),
|
||||
beforeOption: const None(),
|
||||
positionOption: emailSortOrderType.value.isScrollByPosition() ? const Some(0) : const None()
|
||||
|
||||
Reference in New Issue
Block a user