mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-18 00:43:56 +00:00
add: TODO for mutable encoded value clones
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user