TF-3939 Show bottom sheet context menu when click on three dots more option
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -91,7 +91,13 @@ class ThreadView extends GetWidget<ThreadController>
|
||||
onPopupMenuFilterEmailAction: !controller.responsiveUtils.isScreenWithShortestSide(context)
|
||||
? (filterOption, position) => controller.handleOpenContextMenuFilterEmailAction(context, position, filterOption)
|
||||
: null,
|
||||
onPressEmailSelectionActionClick: controller.handlePressEmailSelectionAction,
|
||||
onPressEmailSelectionActionClick: (type, emails) =>
|
||||
controller.handlePressEmailSelectionAction(
|
||||
context,
|
||||
type,
|
||||
emails,
|
||||
controller.selectedMailbox,
|
||||
),
|
||||
);
|
||||
}),
|
||||
if (PlatformInfo.isMobile)
|
||||
|
||||
Reference in New Issue
Block a user