This commit is contained in:
REAndroid 2022-12-16 10:35:58 -05:00
parent 8bac03ca9b
commit 73dd9624cf

View File

@ -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){