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