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

Commit 7f319e86 authored by Beverly Tai's avatar Beverly Tai Committed by Automerger Merge Worker
Browse files

Merge "Temporarily disable new auth haptic" into sc-dev am: 68b5756f am: a55a45ed

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14885359

Change-Id: Ic29230bb2f1ad1be276eb1cb527588b3a7abcf5c
parents 4241560c a55a45ed
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