mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-29 21:30:19 +02:00
fix comments
This commit is contained in:
parent
b4df34498f
commit
f5bf370002
@ -46,7 +46,7 @@ class ButtonContainerPatch : ResourcePatch {
|
|||||||
|
|
||||||
with(LithoFilterPatch.lithoMethod) {
|
with(LithoFilterPatch.lithoMethod) {
|
||||||
if (LithoFilterPatch.bufferFingerprintResolved) {
|
if (LithoFilterPatch.bufferFingerprintResolved) {
|
||||||
// 18.11.35+
|
// 18.11.36+
|
||||||
addInstructions(
|
addInstructions(
|
||||||
0, """
|
0, """
|
||||||
move-object/from16 v10, p3
|
move-object/from16 v10, p3
|
||||||
|
@ -104,7 +104,7 @@ class LithoFilterPatch : BytecodePatch(
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
if (bufferFingerprintResolved) {
|
if (bufferFingerprintResolved) {
|
||||||
// 18.11.35+
|
// 18.11.36+
|
||||||
val objectIndex = indexOfFirst {
|
val objectIndex = indexOfFirst {
|
||||||
it.opcode == Opcode.CONST_STRING &&
|
it.opcode == Opcode.CONST_STRING &&
|
||||||
(it as BuilderInstruction21c).reference.toString() == ""
|
(it as BuilderInstruction21c).reference.toString() == ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user