TF-1862: Fix UI when click right after that click left
(cherry picked from commit b74d4b597302d646ca63b30ab3466ae8a09f6b88)
This commit is contained in:
@@ -361,6 +361,7 @@ class ThreadView extends GetWidget<ThreadController>
|
|||||||
return GestureDetector(
|
return GestureDetector(
|
||||||
behavior: HitTestBehavior.translucent,
|
behavior: HitTestBehavior.translucent,
|
||||||
onSecondaryTapDown: (_) {},
|
onSecondaryTapDown: (_) {},
|
||||||
|
onTapDown: (_) {},
|
||||||
child: Draggable<List<PresentationEmail>>(
|
child: Draggable<List<PresentationEmail>>(
|
||||||
data: controller.listEmailDrag,
|
data: controller.listEmailDrag,
|
||||||
feedback: _buildFeedBackWidget(context),
|
feedback: _buildFeedBackWidget(context),
|
||||||
@@ -447,6 +448,7 @@ class ThreadView extends GetWidget<ThreadController>
|
|||||||
return SizedBox(
|
return SizedBox(
|
||||||
height: 60,
|
height: 60,
|
||||||
child: Material(
|
child: Material(
|
||||||
|
clipBehavior: Clip.hardEdge,
|
||||||
borderRadius: BorderRadius.circular(10),
|
borderRadius: BorderRadius.circular(10),
|
||||||
color: AppColor.colorTextButton,
|
color: AppColor.colorTextButton,
|
||||||
child: Padding(
|
child: Padding(
|
||||||
|
|||||||
Reference in New Issue
Block a user