Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7bbf8633 authored by Beverly's avatar Beverly
Browse files

Temporarily disable new auth haptic

Until we have a new haptic

Bug: 185124905
Test: manual
Change-Id: If8bdf96304380376f16010c9e2e19264c66da5e2
parent d377bbc2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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