File tree Expand file tree Collapse file tree 4 files changed +619
-609
lines changed
kotlin/app/revanced/patches/youtube/player
resources/addresources/values Expand file tree Collapse file tree 4 files changed +619
-609
lines changed Original file line number Diff line number Diff line change 1
- package app.revanced.patches.youtube.misc .hapticfeedback
1
+ package app.revanced.patches.youtube.player .hapticfeedback
2
2
3
3
import app.revanced.patcher.extensions.InstructionExtensions.addInstructionsWithLabels
4
4
import app.revanced.patcher.extensions.InstructionExtensions.getInstruction
@@ -37,7 +37,7 @@ val disableHapticFeedbackPatch = bytecodePatch(
37
37
)
38
38
39
39
execute {
40
- addResources(" youtube" , " misc .hapticfeedback.disableHapticFeedbackPatch" )
40
+ addResources(" youtube" , " player .hapticfeedback.disableHapticFeedbackPatch" )
41
41
42
42
PreferenceScreen .PLAYER .addPreferences(
43
43
PreferenceScreenPreference (
Original file line number Diff line number Diff line change 1
- package app.revanced.patches.youtube.misc .hapticfeedback
1
+ package app.revanced.patches.youtube.player .hapticfeedback
2
2
3
3
import app.revanced.patcher.fingerprint
4
4
Original file line number Diff line number Diff line change 1
- package app.revanced.patches.youtube.misc .zoomhaptics
1
+ package app.revanced.patches.youtube.player .zoomhaptics
2
2
3
3
import app.revanced.patcher.patch.bytecodePatch
4
- import app.revanced.patches.youtube.misc .hapticfeedback.disableHapticFeedbackPatch
4
+ import app.revanced.patches.youtube.player .hapticfeedback.disableHapticFeedbackPatch
5
5
6
6
@Deprecated(" Superseded by disableHapticFeedbackPatch" , ReplaceWith (" disableHapticFeedbackPatch" ))
7
7
val zoomHapticsPatch = bytecodePatch(
8
8
description = " Adds an option to disable haptics when zooming." ,
9
9
) {
10
10
dependsOn(disableHapticFeedbackPatch)
11
- }
11
+ }
You can’t perform that action at this time.
0 commit comments