Fix tThe editor background appears gray when the waning dialog appears

This commit is contained in:
dab246
2024-04-25 00:27:52 +07:00
committed by Dat H. Pham
parent 90d79f8780
commit 56a63d2bc9
5 changed files with 62 additions and 3 deletions
@@ -40,4 +40,8 @@ class PrintEmailAction extends EmailUIAction {
@override
List<Object?> get props => [context, userEmail, email];
}
}
class HideEmailContentViewAction extends EmailUIAction {}
class ShowEmailContentViewAction extends EmailUIAction {}