Apply suggestion from @oSumAtrIX

This commit is contained in:
oSumAtrIX 2026-03-20 20:11:01 +01:00 committed by GitHub
parent 02b459200e
commit d824190a14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ val restoreOldEmojiDrawerPatch = bytecodePatch(
apply {
val isRedesignedDrawerEnabledMethod = with(renderRedesignedDrawerMethodMatch) {
firstMethod(it.method.getInstruction(it[0]).methodReference!!)
firstMethod(it.method.getInstruction(this[0]).methodReference!!)
}
isRedesignedDrawerEnabledMethod.returnEarly(false)
}