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,
|
BuildContext context,
|
||||||
EmailAddress emailAddress
|
EmailAddress emailAddress
|
||||||
) {
|
) {
|
||||||
|
textInputSearchController.clear();
|
||||||
|
currentSearchText.value = '';
|
||||||
_updateSimpleSearchFilter(
|
_updateSimpleSearchFilter(
|
||||||
|
textOption: const None(),
|
||||||
fromOption: Some({emailAddress.emailAddress}),
|
fromOption: Some({emailAddress.emailAddress}),
|
||||||
beforeOption: const None(),
|
beforeOption: const None(),
|
||||||
positionOption: emailSortOrderType.value.isScrollByPosition() ? const Some(0) : const None()
|
positionOption: emailSortOrderType.value.isScrollByPosition() ? const Some(0) : const None()
|
||||||
|
|||||||
Reference in New Issue
Block a user