[core] Fix module update (#608)

This commit is contained in:
LoveSy 2021-05-17 20:52:32 +08:00 committed by GitHub
parent 7de566cd2c
commit d861198738
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ public class LSPosedService extends ILSPosedService.Stub {
ConfigManager.getInstance().removeModule(moduleName);
break;
}
case Intent.ACTION_PACKAGE_ADDED:
case Intent.ACTION_PACKAGE_CHANGED: {
// make sure that the change is for the complete package, not only a
// component