TF-1146 Remove Create Folder in destination picker
This commit is contained in:
committed by
Dat H. Pham
parent
62d7aff9a9
commit
609d1a87ec
+1
-14
@@ -112,20 +112,7 @@ class TopBarDestinationPickerBuilder extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
Align(
|
||||
alignment: Alignment.centerRight,
|
||||
child: Row(mainAxisSize: MainAxisSize.min, children: [
|
||||
if (_destinationScreenType == DestinationScreenType.destinationPicker &&
|
||||
_mailboxAction != MailboxActions.create)
|
||||
_buildIconCreateButton(context),
|
||||
if (_destinationScreenType == DestinationScreenType.destinationPicker)
|
||||
_buildDoneButton(context)
|
||||
else
|
||||
_buildSaveButton(context),
|
||||
const SizedBox(width: 8)
|
||||
]),
|
||||
)
|
||||
)
|
||||
]
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user