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…
Reference in a new issue