TF-1977 Rename the method for clarity
(cherry picked from commit 41c854cd9a93626d37dc230777b4b2ec4ef3fb22)
This commit is contained in:
@@ -12,12 +12,7 @@ class MailboxUIAction extends UIAction {
|
||||
List<Object?> get props => [];
|
||||
}
|
||||
|
||||
class SelectMailboxDefaultAction extends MailboxUIAction {
|
||||
SelectMailboxDefaultAction();
|
||||
|
||||
@override
|
||||
List<Object?> get props => [];
|
||||
}
|
||||
class SelectMailboxDefaultAction extends MailboxUIAction {}
|
||||
|
||||
class RefreshChangeMailboxAction extends MailboxUIAction {
|
||||
final jmap.State? newState;
|
||||
|
||||
Reference in New Issue
Block a user