No longer blocking App ID changes in updates

This commit is contained in:
Imran Remtulla
2023-02-12 14:16:19 -05:00
parent 55d4d1f978
commit 32c40ae7b3
11 changed files with 5 additions and 16 deletions

View File

@ -44,10 +44,6 @@ class DowngradeError extends ObtainiumError {
DowngradeError() : super(tr('cantInstallOlderVersion'));
}
class IDChangedError extends ObtainiumError {
IDChangedError() : super(tr('appIdMismatch'));
}
class NotImplementedError extends ObtainiumError {
NotImplementedError() : super(tr('functionNotImplemented'));
}