fix: universal patches not selectable

This commit is contained in:
aAbed
2023-08-17 18:25:23 +05:45
committed by GitHub
parent 43f98cec43
commit c6ac898390

View File

@ -241,7 +241,7 @@ class _PatchesSelectorViewState extends State<PatchesSelectorView> {
isSelected: model.isSelected(patch),
onChanged: (value) => model.selectPatch(
patch,
false,
value,
context,
),
);