commit | 23585182cd948516362366715f3e8b1d9bd9225c | [log] [tgz] |
---|---|---|
author | Jon Miranda <jonmiranda@google.com> | Fri Feb 09 15:33:37 2018 -0800 |
committer | Jon Miranda <jonmiranda@google.com> | Fri Feb 09 15:33:37 2018 -0800 |
tree | f4e77d28114cfc9ef54f70465feabe2ae36c217f | |
parent | 7780fa7bc711afbf89fbdc6fe94b473f2e3db3f2 [diff] |
Fix bug where two items could occupy same grid cell in hotseat. When long pressing on an app to start, a drag would start on the Workspace but mDragInfo would not be cleared since onDropCompleted is not called in this case. Solution is to set mDragInfo to null in onDragEnd. Bug: 72206125 Change-Id: I2b9a1563c80e591d946a44f4e949b71f7b423a00