From 7bbf8633a388396f1ba15b59a1654d1714a165e4 Mon Sep 17 00:00:00 2001 From: Beverly Date: Mon, 7 Jun 2021 16:40:55 -0400 Subject: [PATCH] Temporarily disable new auth haptic Until we have a new haptic Bug: 185124905 Test: manual Change-Id: If8bdf96304380376f16010c9e2e19264c66da5e2 --- .../src/com/android/systemui/biometrics/AuthRippleView.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/biometrics/AuthRippleView.kt b/packages/SystemUI/src/com/android/systemui/biometrics/AuthRippleView.kt index 01fbe398f8b6b..75373abc5124f 100644 --- a/packages/SystemUI/src/com/android/systemui/biometrics/AuthRippleView.kt +++ b/packages/SystemUI/src/com/android/systemui/biometrics/AuthRippleView.kt @@ -110,7 +110,8 @@ class AuthRippleView(context: Context?, attrs: AttributeSet?) : View(context, at visibility = GONE } }) - vibrate() + // TODO (b/185124905): custom haptic TBD + // vibrate() animatorSet.start() visibility = VISIBLE rippleInProgress = true