We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a74e2 commit 0c75929Copy full SHA for 0c75929
patches/src/main/kotlin/app/revanced/patches/tiktok/misc/spoof/sim/SpoofSimPatch.kt
@@ -5,8 +5,8 @@ import app.revanced.patcher.extensions.InstructionExtensions.addInstructions
5
import app.revanced.patcher.extensions.InstructionExtensions.getInstruction
6
import app.revanced.patcher.patch.bytecodePatch
7
import app.revanced.patches.tiktok.misc.extension.sharedExtensionPatch
8
+import app.revanced.patches.tiktok.misc.settings.settingsPatch
9
import app.revanced.patches.tiktok.misc.settings.settingsStatusLoadFingerprint
-import app.revanced.patches.twitch.misc.settings.settingsPatch
10
import app.revanced.util.findMutableMethodOf
11
import com.android.tools.smali.dexlib2.Opcode
12
import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
0 commit comments