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(
|
||||
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(
|
||||
|
||||
Reference in New Issue
Block a user