TF-3605 E2E Mailbox create, rename, move and delete sub folder
This commit is contained in:
@@ -55,6 +55,7 @@ class FoldersBarWidget extends StatelessWidget {
|
||||
}
|
||||
|
||||
Widget newFolderIcon = TMailButtonWidget.fromIcon(
|
||||
key: const Key('add_new_folder_button'),
|
||||
icon: imagePaths.icAddNewFolder,
|
||||
backgroundColor: Colors.transparent,
|
||||
iconColor: AppColor.steelGrayA540,
|
||||
|
||||
@@ -28,6 +28,7 @@ class MailboxExpandButton extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return TMailButtonWidget.fromIcon(
|
||||
key: const Key('expand_mailbox_button'),
|
||||
icon: mailboxNode.expandMode.getIcon(
|
||||
imagePaths,
|
||||
DirectionUtils.isDirectionRTLByLanguage(context),
|
||||
|
||||
Reference in New Issue
Block a user