mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-13 02:14:31 +01:00
fix(patches-selector): New
tag showing for old patches (#1113)
This commit is contained in:
parent
fd741f2ccf
commit
ea05d13a1f
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class PatchesSelectorViewModel extends BaseViewModel {
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
return !savedPatches
|
return !savedPatches
|
||||||
.any((p) => p.name == patch.name.toLowerCase().replaceAll(' ', '-'));
|
.any((p) => p.getSimpleName() == patch.getSimpleName());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue