diff --git a/lib/features/thread/presentation/thread_view.dart b/lib/features/thread/presentation/thread_view.dart index 5e0cd2f52..8e37ff4e2 100644 --- a/lib/features/thread/presentation/thread_view.dart +++ b/lib/features/thread/presentation/thread_view.dart @@ -361,6 +361,7 @@ class ThreadView extends GetWidget return GestureDetector( behavior: HitTestBehavior.translucent, onSecondaryTapDown: (_) {}, + onTapDown: (_) {}, child: Draggable>( data: controller.listEmailDrag, feedback: _buildFeedBackWidget(context), @@ -447,6 +448,7 @@ class ThreadView extends GetWidget return SizedBox( height: 60, child: Material( + clipBehavior: Clip.hardEdge, borderRadius: BorderRadius.circular(10), color: AppColor.colorTextButton, child: Padding(