commit | 7974a1e348ff28b882dedb1743e794103848b96e | [log] [tgz] |
---|---|---|
author | guangbing <guangbing@codeaurora.org> | Tue Nov 08 15:38:51 2016 +0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Nov 09 00:47:05 2016 -0800 |
tree | 999d316500b488989ca034c3e37237dac4b2ecf2 | |
parent | 1b405b9da0230f726e4e1f5332b5730835802105 [diff] |
SnapdragonLauncher: Fix display empty space in hotseat The visibility of child view would be set to invisible when item drag from external, at this time, drag view to the other child to create folder or add to existing folder, such an operation doesn't execute onDrop method so that the empty view before will not be set to gone. Set the visibility of before invisible view to gone after above operation. Change-Id: I91c6482f44dec9ed01d37adaa6abdc37689a33a6 CRs-Fixed: 1087063