mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-04-30 14:24:25 +02:00
implement MainChunk
This commit is contained in:
parent
63478aaa1b
commit
ebd8cec757
@ -189,6 +189,10 @@
|
||||
public StringPool<?> getSpecStringPool() {
|
||||
return null;
|
||||
}
|
||||
@Override
|
||||
public MainChunk getMainChunk(){
|
||||
return this;
|
||||
}
|
||||
public ResXmlIDMap getResXmlIDMap(){
|
||||
return mResXmlIDMap;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user