TF-3507 Fix offline cache prevents updating email query view cache
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import 'package:core/presentation/state/failure.dart';
|
||||
import 'package:core/presentation/state/success.dart';
|
||||
|
||||
class CleanAndGetAllEmailLoading extends LoadingState {}
|
||||
|
||||
class CleanAndGetAllEmailFailure extends FeatureFailure {
|
||||
|
||||
CleanAndGetAllEmailFailure(dynamic exception) : super(exception: exception);
|
||||
}
|
||||
Reference in New Issue
Block a user