commit | 4feb27e6b1b548be7ed8abd7d76fd4d8d5dcfa6e | [log] [tgz] |
---|---|---|
author | Tony Wickham <twickham@google.com> | Wed Oct 26 12:51:14 2016 -0700 |
committer | Tony Wickham <twickham@google.com> | Wed Oct 26 12:51:14 2016 -0700 |
tree | 5514c476602d18cd0afbb815c145cfd8fd430af3 | |
parent | 5fd72d865e690a3bafedd39a6237152dbc894cc9 [diff] |
Restore mDragInfo when deferring onDropComplete() for uninstall. We moved mDragInfo = null to onDragEnd() since onDropComplete() isn't called for pre-drags, but this led to NPE when returning from unistall or app info since onDropComplete() is called after onDragEnd() in this case. So now we restore a copy of mDragInfo. Bug: 32415014 Change-Id: I7ef4fb7145c3c78039af1131e77538969db58141