Fix email content loaded after 10s

This commit is contained in:
dab246
2022-10-28 14:03:54 +07:00
committed by Dat H. Pham
parent 6554ca5f23
commit 1e855c26bc
4 changed files with 21 additions and 28 deletions
@@ -2,7 +2,7 @@ import 'package:core/core.dart';
import 'package:jmap_dart_client/jmap/core/state.dart';
import 'package:jmap_dart_client/jmap/identities/identity.dart';
class GetAllIdentitiesLoading extends UIState {}
class GetAllIdentitiesLoading extends LoadingState {}
class GetAllIdentitiesSuccess extends UIState {
final List<Identity>? identities;