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