Files
Lawnchair/src/com/android/launcher3
Jon Miranda a8c08584a7 Fix bug where double swipe gets us stuck in Hint state while in Overview.
With the second swipe, we never complete the swipe to Overview

NoButtonNavbarToOverviewTouchController#maybeSwipeInteractionToOverviewComplete
- mReachedOverview = true
- mDetector.isSettlingState = false

And then the second swipe starts the state transition to Hint but then
it never gets completed because:
1. The animation starts
2. Gets cancelled
3. Starts again
4. Finishes, but is not marked as success since the cancel in #2 was never
   set back to false

Bug: 160759508
Change-Id: I8c3972e6209c3d5a4a0bdd9f9b7683de18105d57
2020-07-20 10:29:29 -07:00
..
2020-04-10 01:10:13 +00:00
2020-06-22 12:09:06 -07:00
2020-06-02 14:38:45 -07:00
2020-06-22 12:09:06 -07:00
2020-07-09 12:31:49 -07:00
2020-06-20 19:41:32 -07:00