mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 05:07:41 +02:00
chore: clarify order of writing in EnableSeekbarTappingPatch.kt
This commit is contained in:
@ -157,6 +157,7 @@ class EnableSeekbarTappingPatch : Patch(
|
||||
val pMethod = tapSeekMethods["P"]!!
|
||||
val oMethod = tapSeekMethods["O"]!!
|
||||
|
||||
// The instructions are written in reverse order.
|
||||
implementation.addInstructions(
|
||||
result.scanData.endIndex,
|
||||
"""
|
||||
|
Reference in New Issue
Block a user