TF-2830 Fix add recipient is buggy in Forwards
This commit is contained in:
+1
-3
@@ -293,12 +293,10 @@ class _AutocompleteContactTextFieldWithTagsState extends State<AutocompleteConta
|
|||||||
context: context,
|
context: context,
|
||||||
emailAddress: EmailAddress(null, widget.controller?.text)
|
emailAddress: EmailAddress(null, widget.controller?.text)
|
||||||
);
|
);
|
||||||
_closeSuggestionBox();
|
}
|
||||||
} else {
|
|
||||||
_closeSuggestionBox();
|
_closeSuggestionBox();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
if (listEmailAddress.isEmpty) {
|
if (listEmailAddress.isEmpty) {
|
||||||
widget.onExceptionCallback?.call(true);
|
widget.onExceptionCallback?.call(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user