TF-1862: Fix UI when click right after that click left

(cherry picked from commit b74d4b597302d646ca63b30ab3466ae8a09f6b88)
This commit is contained in:
HuyNguyen
2023-05-29 14:57:43 +07:00
committed by Dat Vu
parent fc94e0aa04
commit f6d185aa5a
@@ -361,6 +361,7 @@ class ThreadView extends GetWidget<ThreadController>
return GestureDetector(
behavior: HitTestBehavior.translucent,
onSecondaryTapDown: (_) {},
onTapDown: (_) {},
child: Draggable<List<PresentationEmail>>(
data: controller.listEmailDrag,
feedback: _buildFeedBackWidget(context),
@@ -447,6 +448,7 @@ class ThreadView extends GetWidget<ThreadController>
return SizedBox(
height: 60,
child: Material(
clipBehavior: Clip.hardEdge,
borderRadius: BorderRadius.circular(10),
color: AppColor.colorTextButton,
child: Padding(