Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/MagneticNotificationRowManagerImpl.kt +1 −1 Original line number Diff line number Diff line Loading @@ -181,7 +181,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) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/MagneticNotificationRowManagerImpl.kt +1 −1 Original line number Diff line number Diff line Loading @@ -181,7 +181,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) { Loading