mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-06-12 05:07:42 +02:00
encode unknown dimension as string
This commit is contained in:
@ -32,7 +32,8 @@ import com.reandroid.arsc.value.Entry;
|
||||
if(encodeResult!=null){
|
||||
entry.setValueAsRaw(encodeResult.valueType, encodeResult.value);
|
||||
}else {
|
||||
throw new EncodeException("Unknown dimen value: "+value);
|
||||
getMaterials().logMessage("Encoding as string dimen value: "+value);
|
||||
entry.setValueAsString(value);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user