refactor: replace Array with List
This commit is contained in:
@ -12,7 +12,7 @@ import app.revanced.patcher.smali.asInstructions
|
||||
import org.jf.dexlib2.AccessFlags
|
||||
import org.jf.dexlib2.Opcode
|
||||
|
||||
private val compatiblePackages = arrayOf("com.google.android.youtube")
|
||||
private val compatiblePackages = listOf("com.google.android.youtube")
|
||||
|
||||
class MinimizedPlaybackPatch : Patch(
|
||||
metadata = PatchMetadata(
|
||||
|
Reference in New Issue
Block a user