commit | bc3ec9fb664e5ea1dd0bcaba361cf0b0eb7974bf | [log] [tgz] |
---|---|---|
author | Tracy Zhou <tracyzhou@google.com> | Tue Dec 15 18:56:54 2020 -0800 |
committer | Tracy Zhou <tracyzhou@google.com> | Wed Dec 16 15:22:08 2020 -0800 |
tree | 08fdde40fd660f95f9e2dcd33c4a98209998547b | |
parent | 2df0ef38a07e66fa093119432979f6f55ff74496 [diff] |
Place recents above app only after the initial touch down The problem is that currently upon touch down we place recents above app, before recents view is visible, so instead home screen is revealed. Here is the breakdown: Initial touch down -> app on top First move event -> updateFinalShift -> recents on top End target = home -> app on top Fixes: 175423704 Test: manual Change-Id: I81a4fea34c983ac2e6921f4e3515ef3193201069