diff options
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/MagneticNotificationRowManagerImpl.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/MagneticNotificationRowManagerImpl.kt b/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/MagneticNotificationRowManagerImpl.kt index 3f05cef6a0c6..6b0375024cc3 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/MagneticNotificationRowManagerImpl.kt +++ b/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/MagneticNotificationRowManagerImpl.kt @@ -186,7 +186,7 @@ constructor( it.setMagneticTranslation(targetTranslation) } } - playPullHaptics(mappedTranslation = swipedRowMultiplier * translation, canSwipedBeDismissed) + // TODO(b/399633875): Enable pull haptics after we have a clear and polished haptics design } private fun playPullHaptics(mappedTranslation: Float, canSwipedBeDismissed: Boolean) { |