Skip to content

Commit

Permalink
improved hit detection on list options
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianPaulus committed Jun 27, 2023
1 parent bbbcce8 commit 621a66b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/settings/widgets/list_option.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class ListOption<T> extends StatelessWidget {
final theme = Theme.of(context);

return GestureDetector(
behavior: HitTestBehavior.opaque,
onTap: () {
showModalBottomSheet(
context: context,
Expand Down

0 comments on commit 621a66b

Please sign in to comment.