chore: clarify order of writing in EnableSeekbarTappingPatch.kt

This commit is contained in:
Lucaskyy
2022-04-14 18:47:26 +02:00
parent 858468dc1d
commit 9fa44443fa

View File

@@ -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,
"""