mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-03 15:24:26 +02:00
ResAttrFactory.factory(): returning ResAttr instead of ResValue.
This commit is contained in:
parent
7a5223cda1
commit
532bdaf74f
@ -23,7 +23,7 @@ import java.util.Map;
|
|||||||
* @author Ryszard Wiśniewski <brut.alll@gmail.com>
|
* @author Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
*/
|
*/
|
||||||
public class ResAttrFactory {
|
public class ResAttrFactory {
|
||||||
static ResValue factory(ResReferenceValue parent,
|
static ResAttr factory(ResReferenceValue parent,
|
||||||
Map<ResReferenceValue, ResScalarValue> items) {
|
Map<ResReferenceValue, ResScalarValue> items) {
|
||||||
int type = ((ResIntValue) items.values().iterator().next()).getValue();
|
int type = ((ResIntValue) items.values().iterator().next()).getValue();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user