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

Commit f54e7abf authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Invalidate the view to ensure it is redrawn after animators end" into main

parents 23f2543c 84dbf980
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -155,6 +155,7 @@ class AuthRippleView(context: Context?, attrs: AttributeSet?) : View(context, at
                    override fun onAnimationEnd(animation: Animator) {
                        drawDwell = false
                        resetDwellAlpha()
                        invalidate()
                    }
                })
                start()
@@ -191,6 +192,7 @@ class AuthRippleView(context: Context?, attrs: AttributeSet?) : View(context, at
                    override fun onAnimationEnd(animation: Animator) {
                        drawDwell = false
                        resetDwellAlpha()
                        invalidate()
                    }
                })
                start()
@@ -248,6 +250,7 @@ class AuthRippleView(context: Context?, attrs: AttributeSet?) : View(context, at

                override fun onAnimationEnd(animation: Animator) {
                    drawDwell = false
                    invalidate()
                }
            })
            start()