TF-56 Create object LoadingState
This commit is contained in:
@@ -25,7 +25,7 @@ class GetEmailsInMailboxInteractor {
|
||||
}
|
||||
) async* {
|
||||
try {
|
||||
yield Right<Failure, Success>(UIState.loading);
|
||||
yield Right<Failure, Success>(LoadingState());
|
||||
final emailList = await threadRepository.getAllEmail(
|
||||
accountId,
|
||||
position: position,
|
||||
|
||||
Reference in New Issue
Block a user