File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import '../basic.dart';
88import '../generated/l10n/zulip_localizations.dart' ;
99import '../log.dart' ;
1010import 'app_bar.dart' ;
11- import 'color.dart' ;
1211import 'emoji_reaction.dart' ;
1312import 'icons.dart' ;
1413import 'inset_shadow.dart' ;
@@ -313,16 +312,9 @@ class StatusSuggestionsListEntry extends StatelessWidget {
313312
314313 @override
315314 Widget build (BuildContext context) {
316- final designVariables = DesignVariables .of (context);
317-
318- return InkWell (
315+ return GestureDetector (
316+ behavior: HitTestBehavior .opaque,
319317 onTap: onTap,
320- splashFactory: NoSplash .splashFactory,
321- overlayColor: WidgetStateColor .resolveWith (
322- (states) => states.any ((e) => e == WidgetState .pressed)
323- ? designVariables.contextMenuItemBg.withFadedAlpha (0.20 )
324- : Colors .transparent,
325- ),
326318 child: Padding (
327319 padding: EdgeInsets .symmetric (vertical: 7 , horizontal: 8 ),
328320 child: Row (
You can’t perform that action at this time.
0 commit comments