fix(YouTube Music - Hide category bar): Add support for latest release (#3968)

This commit is contained in:
FullerBread2032 2024-11-29 07:35:19 +01:00 committed by GitHub
parent 2c65044f3a
commit b63fdeb10b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,8 +15,6 @@ internal val constructCategoryBarFingerprint = fingerprint {
Opcode.MOVE_RESULT_OBJECT,
Opcode.IPUT_OBJECT,
Opcode.CONST,
Opcode.INVOKE_VIRTUAL,
Opcode.NEW_INSTANCE,
Opcode.INVOKE_DIRECT,
Opcode.INVOKE_VIRTUAL
)
}