fix(YouTube Music - Remove upgrade button): Fix compatibility with latest versions (#3045)

This commit is contained in:
Alberto Ponces 2024-04-19 00:16:25 +01:00 committed by GitHub
parent 1f6f4080f4
commit 80de996665
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ internal object PivotBarConstructorFingerprint : MethodFingerprint(
Opcode.CHECK_CAST,
Opcode.INVOKE_INTERFACE,
Opcode.GOTO,
Opcode.NOP,
Opcode.IPUT_OBJECT,
Opcode.RETURN_VOID,
),