mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 04:37:37 +02:00
fix(patches-selector): New
tag showing for old patches (#1113)
This commit is contained in:
@ -117,7 +117,7 @@ class PatchesSelectorViewModel extends BaseViewModel {
|
||||
return false;
|
||||
} else {
|
||||
return !savedPatches
|
||||
.any((p) => p.name == patch.name.toLowerCase().replaceAll(' ', '-'));
|
||||
.any((p) => p.getSimpleName() == patch.getSimpleName());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user