mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-19 05:36:51 +01:00
chore: Suppress deprecated flag
This commit is contained in:
parent
4105caf610
commit
f9c7b10710
@ -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