Temporarily disable new auth haptic

Until we have a new haptic

Bug: 185124905
Test: manual
Change-Id: If8bdf96304380376f16010c9e2e19264c66da5e2
This commit is contained in:
Beverly
2021-06-07 16:40:55 -04:00
parent d377bbc227
commit 7bbf8633a3

View File

@@ -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