mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-08 10:34:33 +02:00
fix build error
This commit is contained in:
parent
1980651eaa
commit
c0500bef7b
@ -9,6 +9,7 @@ import app.revanced.patcher.util.smali.ExternalLabel
|
||||
import app.revanced.patches.shared.litho.addLithoFilter
|
||||
import app.revanced.patches.shared.litho.lithoFilterPatch
|
||||
import app.revanced.patches.youtube.utils.compatibility.Constants.COMPATIBLE_PACKAGE
|
||||
import app.revanced.patches.youtube.utils.engagementPanelTitleParentFingerprint
|
||||
import app.revanced.patches.youtube.utils.extension.Constants.COMPONENTS_PATH
|
||||
import app.revanced.patches.youtube.utils.extension.Constants.PLAYER_CLASS_DESCRIPTOR
|
||||
import app.revanced.patches.youtube.utils.patch.PatchList.DESCRIPTION_COMPONENTS
|
||||
|
@ -22,11 +22,6 @@ internal fun indexOfContentDescriptionInstruction(method: Method) =
|
||||
getReference<MethodReference>()?.name == "setContentDescription"
|
||||
}
|
||||
|
||||
internal val engagementPanelTitleParentFingerprint = legacyFingerprint(
|
||||
name = "engagementPanelTitleParentFingerprint",
|
||||
strings = listOf("[EngagementPanelTitleHeader] Cannot remove action buttons from header as the child count is out of sync. Buttons to remove exceed current header child count.")
|
||||
)
|
||||
|
||||
/**
|
||||
* This fingerprint is compatible with YouTube v18.35.xx~
|
||||
* Nonetheless, the patch works in YouTube v19.02.xx~
|
||||
|
@ -59,6 +59,11 @@ internal val engagementPanelBuilderFingerprint = legacyFingerprint(
|
||||
)
|
||||
)
|
||||
|
||||
internal val engagementPanelTitleParentFingerprint = legacyFingerprint(
|
||||
name = "engagementPanelTitleParentFingerprint",
|
||||
strings = listOf("[EngagementPanelTitleHeader] Cannot remove action buttons from header as the child count is out of sync. Buttons to remove exceed current header child count.")
|
||||
)
|
||||
|
||||
internal val layoutConstructorFingerprint = legacyFingerprint(
|
||||
name = "layoutConstructorFingerprint",
|
||||
returnType = "V",
|
||||
|
Loading…
x
Reference in New Issue
Block a user