TF-438 Handle show local notification when type is EmailDelivery on background or terminate
This commit is contained in:
@@ -32,11 +32,11 @@ class PushNotificationAction extends FcmStateChangeAction {
|
||||
List<Object?> get props => [typeName, newState, accountId];
|
||||
}
|
||||
|
||||
class StoreEmailStateChangeToRefreshAction extends FcmStateChangeAction {
|
||||
class StoreEmailStateToRefreshAction extends FcmStateChangeAction {
|
||||
|
||||
final AccountId accountId;
|
||||
|
||||
StoreEmailStateChangeToRefreshAction(
|
||||
StoreEmailStateToRefreshAction(
|
||||
TypeName typeName,
|
||||
jmap.State newState,
|
||||
this.accountId
|
||||
|
||||
Reference in New Issue
Block a user