mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-04-30 06:14:25 +02:00
V1.0.7
This commit is contained in:
parent
8bac03ca9b
commit
73dd9624cf
@ -693,6 +693,8 @@ public class EntryBlock extends Block implements JSONConvert<JSONObject> {
|
|||||||
SpecString spec = getPackageBlock()
|
SpecString spec = getPackageBlock()
|
||||||
.getSpecStringPool().getOrCreate(name);
|
.getSpecStringPool().getOrCreate(name);
|
||||||
setSpecReference(spec.getIndex());
|
setSpecReference(spec.getIndex());
|
||||||
|
setEntryTypeShared(entryBlock.isEntryTypeShared());
|
||||||
|
setEntryTypePublic(entryBlock.isEntryTypePublic());
|
||||||
}
|
}
|
||||||
private ResValueBag getOrCreateResValueBag(){
|
private ResValueBag getOrCreateResValueBag(){
|
||||||
if(mResValue instanceof ResValueBag){
|
if(mResValue instanceof ResValueBag){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user