mirror of
https://github.com/revanced/smali.git
synced 2025-06-12 12:17:37 +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:
@ -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);
|
||||
|
Reference in New Issue
Block a user