mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-05 00:54:32 +02:00
fix(YouTube/Old speed layout): invalid exception occurs when resolving the fingerprint fails
This commit is contained in:
parent
2c52f9c2f7
commit
c3b78bf400
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user