TF-548 Inject TmailContactDataSource in composer of TMail
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
|
||||
enum ContactSuggestionSource {
|
||||
all, localContact, deviceContact
|
||||
all, tMailContact, deviceContact
|
||||
}
|
||||
+3
-1
@@ -12,7 +12,9 @@ class GetAutoCompleteWithDeviceContactInteractor {
|
||||
final GetAutoCompleteInteractor _getAutoCompleteInteractor;
|
||||
final GetDeviceContactSuggestionsInteractor _getDeviceContactSuggestionsInteractor;
|
||||
|
||||
GetAutoCompleteWithDeviceContactInteractor(this._getAutoCompleteInteractor, this._getDeviceContactSuggestionsInteractor);
|
||||
GetAutoCompleteWithDeviceContactInteractor(
|
||||
this._getAutoCompleteInteractor,
|
||||
this._getDeviceContactSuggestionsInteractor);
|
||||
|
||||
Future<Either<Failure, Success>> execute(AutoCompletePattern autoCompletePattern) async {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user