mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 13:17:46 +02:00
fix(YouTube/Disable haptic feedback): separate the Disable seek undo haptic feedback
setting from the Disable seek haptic feedback
setting
This commit is contained in:
@ -60,7 +60,7 @@ object HapticFeedBackPatch : BytecodePatch(
|
||||
|
||||
arrayOf(
|
||||
SeekHapticsFingerprint to "disableSeekVibrate",
|
||||
SeekUndoHapticsFingerprint to "disableSeekVibrate",
|
||||
SeekUndoHapticsFingerprint to "disableSeekUndoVibrate",
|
||||
ScrubbingHapticsFingerprint to "disableScrubbingVibrate",
|
||||
MarkerHapticsFingerprint to "disableChapterVibrate",
|
||||
ZoomHapticsFingerprint to "disableZoomVibrate"
|
||||
|
Reference in New Issue
Block a user