From c3b78bf400b42bc454339a69f12926fe743bd682 Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Thu, 16 Nov 2023 20:36:40 +0900 Subject: [PATCH] fix(YouTube/Old speed layout): invalid exception occurs when resolving the fingerprint fails --- .../youtube/flyoutpanel/oldspeedlayout/OldSpeedLayoutPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/flyoutpanel/oldspeedlayout/OldSpeedLayoutPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/flyoutpanel/oldspeedlayout/OldSpeedLayoutPatch.kt index 0672e7c12..287ac10da 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/flyoutpanel/oldspeedlayout/OldSpeedLayoutPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/flyoutpanel/oldspeedlayout/OldSpeedLayoutPatch.kt @@ -45,7 +45,7 @@ object OldSpeedLayoutPatch : BytecodePatch( PLAYBACK_RATE_BOTTOM_SHEET_CLASS = definingClass PLAYBACK_RATE_BOTTOM_SHEET_BUILDER_METHOD = name } - } ?: throw PlaybackRateBottomSheetClassFingerprint.exception + } ?: throw PlaybackRateBottomSheetBuilderFingerprint.exception /** * Create a static field in the patch