mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-04-30 06:34:28 +02:00
chore: clarify order of writing in EnableSeekbarTappingPatch.kt
This commit is contained in:
parent
8034fee8ea
commit
93c97c183f
@ -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,
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user