mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-04-30 14:24:25 +02:00
disable framework loading during merging
This commit is contained in:
parent
3919457f4b
commit
777c7f76ef
@ -98,7 +98,7 @@ public class ApkBundle {
|
||||
}
|
||||
return name;
|
||||
}
|
||||
private ApkModule getLargestTableModule() throws IOException {
|
||||
private ApkModule getLargestTableModule(){
|
||||
ApkModule apkModule=null;
|
||||
int chunkSize=0;
|
||||
for(ApkModule module:getApkModuleList()){
|
||||
@ -143,6 +143,7 @@ public class ApkBundle {
|
||||
}
|
||||
}
|
||||
public void addModule(ApkModule apkModule){
|
||||
apkModule.setLoadDefaultFramework(false);
|
||||
String name=apkModule.getModuleName();
|
||||
mModulesMap.remove(name);
|
||||
mModulesMap.put(name, apkModule);
|
||||
|
Loading…
x
Reference in New Issue
Block a user