TF-2078 Hide mailbox loading bar when change state email
(cherry picked from commit 50fa29b2cd403dd3618cf6723e1a70e00c1e7a20)
This commit is contained in:
@@ -15,7 +15,7 @@ class GetAllMailboxInteractor {
|
||||
|
||||
Stream<Either<Failure, Success>> execute(Session session, AccountId accountId, {Properties? properties}) async* {
|
||||
try {
|
||||
yield Right<Failure, Success>(LoadingState());
|
||||
yield Right<Failure, Success>(GetAllMailboxLoading());
|
||||
|
||||
yield* _mailboxRepository
|
||||
.getAllMailbox(
|
||||
|
||||
Reference in New Issue
Block a user