mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 13:17:46 +02:00
refactor(enable-old-quality-layout): improve the patch method
This commit is contained in:
@ -41,6 +41,8 @@ class LegacyVideoIdPatch : BytecodePatch(
|
||||
companion object {
|
||||
private var offset = 2
|
||||
|
||||
internal var qualityOffSet: Int = 0
|
||||
|
||||
private var insertIndex: Int = 0
|
||||
private var videoIdRegister: Int = 0
|
||||
private lateinit var insertMethod: MutableMethod
|
||||
|
Reference in New Issue
Block a user