mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-07 18:26:48 +01: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