Skip to content

Commit

Permalink
add: TODO for mutable encoded value clones
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jun 5, 2022
1 parent bea0cbc commit 923efc4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ package app.revanced.patcher.proxy.mutableTypes

import org.jf.dexlib2.iface.value.EncodedValue

// TODO: We need to create implementations for the interfaces
// TypeEncodedValue, FieldEncodedValue, MethodEncodedValue,
// EnumEncodedValue, ArrayEncodedValue and AnnotationEncodedValue or the cast back to the immutable type will fail
class MutableEncodedValue(encodedValue: EncodedValue) : EncodedValue {
private var valueType = encodedValue.valueType

Expand Down

0 comments on commit 923efc4

Please sign in to comment.