Apply suggestion from @oSumAtrIX
This commit is contained in:
parent
d824190a14
commit
dc1c538fa0
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ val restoreOldEmojiDrawerPatch = bytecodePatch(
|
||||||
|
|
||||||
apply {
|
apply {
|
||||||
val isRedesignedDrawerEnabledMethod = with(renderRedesignedDrawerMethodMatch) {
|
val isRedesignedDrawerEnabledMethod = with(renderRedesignedDrawerMethodMatch) {
|
||||||
firstMethod(it.method.getInstruction(this[0]).methodReference!!)
|
firstMethod(method.getInstruction(get(0)).methodReference!!)
|
||||||
}
|
}
|
||||||
isRedesignedDrawerEnabledMethod.returnEarly(false)
|
isRedesignedDrawerEnabledMethod.returnEarly(false)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue