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

Commit 6614ba30 authored by Rahul Banerjee's avatar Rahul Banerjee Committed by Automerger Merge Worker
Browse files

Merge "Fix "appearance glitch" in Back Arrow" into tm-qpr-dev am: bb691ff0

parents e2bb1497 bb691ff0
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -321,7 +321,10 @@ class BackPanelController private constructor(
                velocityTracker = null
            }
            MotionEvent.ACTION_CANCEL -> {
                updateArrowState(GestureState.CANCELLED)
                // Receiving a CANCEL implies that something else intercepted
                // the gesture, i.e., the user did not cancel their gesture.
                // Therefore, disappear immediately, with minimum fanfare.
                updateArrowState(GestureState.GONE)
                velocityTracker = null
            }
        }