Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/MagneticNotificationRowManagerImpl.kt +6 −1 Original line number Diff line number Diff line Loading @@ -366,7 +366,12 @@ constructor( detachDirectionEstimator.reset() if (row.isSwipedTarget()) { when (currentState) { State.TARGETS_SET -> currentState = State.IDLE State.TARGETS_SET -> { if (dismissing) { playThresholdHaptics() } currentState = State.IDLE } State.PULLING -> { if (dismissing) { playThresholdHaptics() Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/MagneticNotificationRowManagerImpl.kt +6 −1 Original line number Diff line number Diff line Loading @@ -366,7 +366,12 @@ constructor( detachDirectionEstimator.reset() if (row.isSwipedTarget()) { when (currentState) { State.TARGETS_SET -> currentState = State.IDLE State.TARGETS_SET -> { if (dismissing) { playThresholdHaptics() } currentState = State.IDLE } State.PULLING -> { if (dismissing) { playThresholdHaptics() Loading