commit | 0a7b15fe097319daa3f91fedf6e1bf4eb58be568 | [log] [tgz] |
---|---|---|
author | guangbing <guangbing@codeaurora.org> | Tue Aug 30 14:51:08 2016 +0800 |
committer | guangbing <guangbing@codeaurora.org> | Tue Aug 30 14:51:08 2016 +0800 |
tree | 938226828c1cfd002d51b08a21e8ed458ebf402f | |
parent | ddad7d5507dc7a2955580386d6dc3a4548fa5ea2 [diff] |
SnapdragonLauncher: Fix view requestFocus NullpointerException When remove all apps from final page to other pages or uninstall them,the final page will be deleted,but when only one page,uninstall all apps in this page would also delete the page,so workspace children count will be equal to 0 and lead to NullpointerException. The method of delete page shouldn't be executed when only one page. Change-Id: I06184825badc015d662a58ac4481e84b5284d4c3 CRs-Fixed: 1060430