mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-14 14:16:50 +01:00
chore: Suppress deprecated flag
This commit is contained in:
parent
4105caf610
commit
f9c7b10710
@ -131,6 +131,7 @@ class SwipeControlsOverlayLayout(
|
||||
|
||||
override fun onEnterSwipeSession() {
|
||||
if (config.shouldEnableHapticFeedback) {
|
||||
@Suppress("DEPRECATION")
|
||||
performHapticFeedback(
|
||||
HapticFeedbackConstants.LONG_PRESS,
|
||||
HapticFeedbackConstants.FLAG_IGNORE_GLOBAL_SETTING
|
||||
|
Loading…
x
Reference in New Issue
Block a user