mirror of
https://github.com/revanced/smali.git
synced 2025-05-23 18:16:23 +02:00
Don't write out the value_type in ArrayEncodedSubValue
git-svn-id: https://smali.googlecode.com/svn/trunk@392 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
99d01fb803
commit
5c0670b2da
@ -66,7 +66,6 @@ public class ArrayEncodedSubValue extends EncodedValue {
|
||||
|
||||
/** {@inheritDoc} */
|
||||
public void writeValue(AnnotatedOutput out) {
|
||||
out.writeByte(ValueType.VALUE_ARRAY.value);
|
||||
out.writeUnsignedLeb128(values.length);
|
||||
for (EncodedValue encodedValue: values) {
|
||||
encodedValue.writeValue(out);
|
||||
|
Loading…
x
Reference in New Issue
Block a user