TF-1080 Implement delete multiple mailbox folder
This commit is contained in:
@@ -117,8 +117,7 @@ class BottomBarSelectionMailboxWidget {
|
||||
);
|
||||
}
|
||||
|
||||
bool get _isDeleteMailboxValid => _listSelectionMailbox.length == 1
|
||||
&& _isAllFolderMailbox;
|
||||
bool get _isDeleteMailboxValid => _isAllFolderMailbox;
|
||||
|
||||
bool get _isRenameMailboxValid => _listSelectionMailbox.length == 1
|
||||
&& _isAllFolderMailbox;
|
||||
|
||||
Reference in New Issue
Block a user