mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-21 09:17:35 +01:00
fix TYPE_DYNAMIC_ATTRIBUTE support
This commit is contained in:
parent
164c64cec2
commit
983e0ad111
@ -55,8 +55,9 @@ public class ResValueFactory {
|
||||
case TypedValue.TYPE_INT_BOOLEAN:
|
||||
return new ResBoolValue(value != 0, value, rawValue);
|
||||
case TypedValue.TYPE_DYNAMIC_REFERENCE:
|
||||
case TypedValue.TYPE_DYNAMIC_ATTRIBUTE:
|
||||
return newReference(value, rawValue);
|
||||
case TypedValue.TYPE_DYNAMIC_ATTRIBUTE:
|
||||
return newReference(value, rawValue, true);
|
||||
}
|
||||
|
||||
if (type >= TypedValue.TYPE_FIRST_COLOR_INT && type <= TypedValue.TYPE_LAST_COLOR_INT) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user