mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-05 02:22:55 +01: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>
|
||||
*/
|
||||
public class ResAttrFactory {
|
||||
static ResValue factory(ResReferenceValue parent,
|
||||
static ResAttr factory(ResReferenceValue parent,
|
||||
Map<ResReferenceValue, ResScalarValue> items) {
|
||||
int type = ((ResIntValue) items.values().iterator().next()).getValue();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user