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