TF-599 Preserve the state of the tree after performing actions with the mailbox

This commit is contained in:
dab246
2022-06-01 11:11:16 +07:00
committed by Dat H. Pham
parent 3964b74d30
commit 3b3da513e4
2 changed files with 37 additions and 16 deletions
@@ -59,7 +59,7 @@ class MailboxTree with EquatableMixin {
return matchedNode;
}
void updateNodesUIMode(SelectMode? selectMode, ExpandMode? expandMode) {
void updateNodesUIMode({SelectMode? selectMode, ExpandMode? expandMode}) {
if (selectMode == null && expandMode == null) {
return;
}