mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-02 14:54:25 +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