TF-4233 Handle edit label on mobile

This commit is contained in:
dab246
2026-01-05 17:00:28 +07:00
committed by Dat H. Pham
parent bac101021e
commit ac33424c30
8 changed files with 131 additions and 8 deletions
@@ -426,12 +426,18 @@ abstract class BaseMailboxView extends GetWidget<MailboxController>
PresentationLabelMailbox.initial(label),
),
onOpenContextMenu: (label, position) =>
dashboardController.openLabelContextMenuAction(
dashboardController.openLabelPopupMenuAction(
context,
controller.imagePaths,
label,
position,
),
onLongPressLabelItemAction: (label) =>
dashboardController.openLabelContextMenuAction(
context,
controller.imagePaths,
label,
),
)
: const Offstage(),
);