mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-01 21:54:24 +02:00
add: TODO for mutable encoded value clones
This commit is contained in:
parent
bea0cbc550
commit
923efc4caf
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user