TF-1708 Update props properties for all state object in interactor
(cherry picked from commit 2a5441c2ef4facf28e7e6e1678e89601d72259be)
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
import 'package:core/presentation/state/success.dart';
|
||||
import 'package:jmap_dart_client/jmap/core/state.dart' as jmap;
|
||||
|
||||
class UIActionState extends UIState {
|
||||
abstract class UIActionState extends UIState {
|
||||
|
||||
jmap.State? currentEmailState;
|
||||
jmap.State? currentMailboxState;
|
||||
final jmap.State? currentEmailState;
|
||||
final jmap.State? currentMailboxState;
|
||||
|
||||
UIActionState(this.currentEmailState, this.currentMailboxState);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user