TF-362 Change the view of Home and Session to become loading with spinner in white background
This commit is contained in:
committed by
Dat H. Pham
parent
be6006510e
commit
6dc9e7b74f
@@ -126,10 +126,6 @@ class ThreadRepositoryImpl extends ThreadRepository {
|
||||
return EmailsResponse(emailList: response.first, state: response.last);
|
||||
});
|
||||
|
||||
newEmailResponse.emailList?.forEach((element) {
|
||||
log('ThreadRepositoryImpl::getAllEmail(): filter = ${emailFilter?.mailboxId} [LOCAL] final yield: ${element.subject}:${element.id.id}');
|
||||
});
|
||||
|
||||
yield newEmailResponse;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user