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,
|
||||
color: Colors.white,
|
||||
padding: const EdgeInsetsDirectional.only(bottom: 24),
|
||||
child: ContextMenuDialogView(
|
||||
actions: itemActions,
|
||||
onContextMenuActionClick: onContextMenuActionClick,
|
||||
useGroupedActions: useGroupedActions,
|
||||
child: SafeArea(
|
||||
child: ContextMenuDialogView(
|
||||
actions: itemActions,
|
||||
onContextMenuActionClick: onContextMenuActionClick,
|
||||
useGroupedActions: useGroupedActions,
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user