mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
fix: universal patches not selectable
This commit is contained in:
parent
43f98cec43
commit
c6ac898390
@ -241,7 +241,7 @@ class _PatchesSelectorViewState extends State<PatchesSelectorView> {
|
|||||||
isSelected: model.isSelected(patch),
|
isSelected: model.isSelected(patch),
|
||||||
onChanged: (value) => model.selectPatch(
|
onChanged: (value) => model.selectPatch(
|
||||||
patch,
|
patch,
|
||||||
false,
|
value,
|
||||||
context,
|
context,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user