Auto refresh mails when resume app from background

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-06-17 17:03:39 +07:00
committed by Dat H. Pham
parent 4bd5ecc5d4
commit 23019ae030
17 changed files with 35 additions and 266 deletions
@@ -12,9 +12,9 @@ class EmailUIAction extends UIAction {
}
class RefreshChangeEmailAction extends EmailUIAction {
final jmap.State? newState;
final jmap.State newState;
RefreshChangeEmailAction(this.newState);
RefreshChangeEmailAction({required this.newState});
@override
List<Object?> get props => [newState];