Skip to content

Commit 8281cf6

Browse files
committed
fix(Twitter): Merge correct extension by depending on correct extension patch
1 parent 3ce5cee commit 8281cf6

File tree

1 file changed

+1
-1
lines changed
  • patches/src/main/kotlin/app/revanced/patches/twitter/misc/hook/json

1 file changed

+1
-1
lines changed

patches/src/main/kotlin/app/revanced/patches/twitter/misc/hook/json/JsonHookPatch.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import app.revanced.patcher.extensions.InstructionExtensions.removeInstructions
55
import app.revanced.patcher.patch.BytecodePatchContext
66
import app.revanced.patcher.patch.PatchException
77
import app.revanced.patcher.patch.bytecodePatch
8-
import app.revanced.patches.reddit.misc.extension.sharedExtensionPatch
8+
import app.revanced.patches.twitter.misc.extension.sharedExtensionPatch
99
import java.io.InvalidClassException
1010

1111
/**

0 commit comments

Comments
 (0)