[core] Fix module update (#608)
This commit is contained in:
parent
7de566cd2c
commit
d861198738
|
|
@ -94,6 +94,7 @@ public class LSPosedService extends ILSPosedService.Stub {
|
||||||
ConfigManager.getInstance().removeModule(moduleName);
|
ConfigManager.getInstance().removeModule(moduleName);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case Intent.ACTION_PACKAGE_ADDED:
|
||||||
case Intent.ACTION_PACKAGE_CHANGED: {
|
case Intent.ACTION_PACKAGE_CHANGED: {
|
||||||
// make sure that the change is for the complete package, not only a
|
// make sure that the change is for the complete package, not only a
|
||||||
// component
|
// component
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue