refactor: replace Array with List

This commit is contained in:
Lucaskyy
2022-04-14 11:58:25 +02:00
parent 535aee0840
commit 2d3d72009e
9 changed files with 9 additions and 9 deletions

View File

@ -18,7 +18,7 @@ import org.jf.dexlib2.builder.instruction.BuilderInstruction21t
import org.jf.dexlib2.iface.Method
import org.jf.dexlib2.iface.instruction.formats.Instruction11n
private val compatiblePackages = arrayOf("com.google.android.youtube")
private val compatiblePackages = listOf("com.google.android.youtube")
class EnableSeekbarTappingPatch : Patch(
metadata = PatchMetadata(