mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 04:37:37 +02:00
fix: universal patches not selectable
This commit is contained in:
@ -241,7 +241,7 @@ class _PatchesSelectorViewState extends State<PatchesSelectorView> {
|
||||
isSelected: model.isSelected(patch),
|
||||
onChanged: (value) => model.selectPatch(
|
||||
patch,
|
||||
false,
|
||||
value,
|
||||
context,
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user