TF-4391 Fix last menu item inaccessible due to system navigation bar overlap
This commit is contained in:
@@ -52,10 +52,12 @@ mixin PopupContextMenuActionMixin {
|
|||||||
key: key,
|
key: key,
|
||||||
color: Colors.white,
|
color: Colors.white,
|
||||||
padding: const EdgeInsetsDirectional.only(bottom: 24),
|
padding: const EdgeInsetsDirectional.only(bottom: 24),
|
||||||
child: ContextMenuDialogView(
|
child: SafeArea(
|
||||||
actions: itemActions,
|
child: ContextMenuDialogView(
|
||||||
onContextMenuActionClick: onContextMenuActionClick,
|
actions: itemActions,
|
||||||
useGroupedActions: useGroupedActions,
|
onContextMenuActionClick: onContextMenuActionClick,
|
||||||
|
useGroupedActions: useGroupedActions,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user