Skip to content

Commit

Permalink
fix: universal patches not selectable
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAabedKhan committed Aug 17, 2023
1 parent 43f98ce commit c6ac898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/views/patches_selector/patches_selector_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ class _PatchesSelectorViewState extends State<PatchesSelectorView> {
isSelected: model.isSelected(patch),
onChanged: (value) => model.selectPatch(
patch,
false,
value,
context,
),
);
Expand Down

0 comments on commit c6ac898

Please sign in to comment.