TF-599 Handle move mailbox action for mailbox

This commit is contained in:
dab246
2022-06-01 17:24:07 +07:00
committed by Dat H. Pham
parent 30b7d046f9
commit 85e54357ce
19 changed files with 325 additions and 18 deletions
@@ -47,7 +47,7 @@ class AppBarDestinationPickerBuilder {
}
Widget _buildCancelButton() {
if (_mailboxAction == MailboxActions.moveEmail) {
if (_mailboxAction == MailboxActions.moveEmail || _mailboxAction == MailboxActions.move) {
return Padding(
padding: const EdgeInsets.only(right: 12),
child: Material(