Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
chore: Suppress deprecated flag
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Nov 22, 2023
1 parent 7f0c2c5 commit dedd2f6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ class SwipeControlsOverlayLayout(

override fun onEnterSwipeSession() {
if (config.shouldEnableHapticFeedback) {
@Suppress("DEPRECATION")
performHapticFeedback(
HapticFeedbackConstants.LONG_PRESS,
HapticFeedbackConstants.FLAG_IGNORE_GLOBAL_SETTING
Expand Down

0 comments on commit dedd2f6

Please sign in to comment.