mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-11-18 18:09:23 +01:00
chore: Suppress deprecated flag
This commit is contained in:
parent
7f0c2c507c
commit
dedd2f658a
@ -131,6 +131,7 @@ class SwipeControlsOverlayLayout(
|
||||
|
||||
override fun onEnterSwipeSession() {
|
||||
if (config.shouldEnableHapticFeedback) {
|
||||
@Suppress("DEPRECATION")
|
||||
performHapticFeedback(
|
||||
HapticFeedbackConstants.LONG_PRESS,
|
||||
HapticFeedbackConstants.FLAG_IGNORE_GLOBAL_SETTING
|
||||
|
Loading…
Reference in New Issue
Block a user