commit | 0112a3d4341f82269f6e5e4a4f2f10dd9b5cb59d | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Wed Nov 11 12:20:59 2020 -0800 |
committer | Sunny Goyal <sunnygoyal@google.com> | Wed Nov 11 12:23:47 2020 -0800 |
tree | 8d09e611ed7d130ba1fb16d7244697e72dea48aa | |
parent | 9ee4e86cf8d5e34a2afbb30ebcbdb06a8176fba7 [diff] |
Fixing animation cancelled not called if gesture was not initiated Previously, in case of a tap in the gesture region, swipeHandler was not explicitly cancelling the launcher state animation. It was getting reset bucause launcher gets onStop immediately after that. But in some cases, it may not get onStop (if the top activity finishes), which leaves the Launcher UI in a broken state Bug: 172842997 Change-Id: Iff7b1e5b8f67b2f4dd8096b88c4cd97115ec912a