TF-3050 Fix synchronize button should refresh all mailbox and emails
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import 'package:core/presentation/state/failure.dart';
|
||||
import 'package:core/presentation/state/success.dart';
|
||||
|
||||
class RefreshingAllMailbox extends LoadingState {}
|
||||
|
||||
class RefreshAllMailboxSuccess extends UIState {}
|
||||
|
||||
class RefreshAllMailboxFailure extends FeatureFailure {
|
||||
|
||||
RefreshAllMailboxFailure({dynamic exception}) : super(exception: exception);
|
||||
}
|
||||
Reference in New Issue
Block a user