commit | 5bede992f58c1d5f1053c44a3db1ad781dae6ca5 | [log] [tgz] |
---|---|---|
author | hoffc <hoffc@codeaurora.org> | Mon Sep 26 16:13:29 2016 +0800 |
committer | hoffc <hoffc@codeaurora.org> | Mon Sep 26 16:20:49 2016 +0800 |
tree | 156c2cbc2b0d7e37730c2bee03de4689aaec6458 | |
parent | 3d114b3ffac3927de8e9b5d953f31f797251e56e [diff] |
DeskClock: Fix Force close caused by IllegalStateException error. The content of the mCityAdapter has changed but ListView did not receive a notification, which results in app force close. So here to make sure mCityAdapter calls NotifyDataSetChanged when its content changes. Change-Id: I7594d0e18eaeedf1c569f65b49aef961ca359e3e CRs-Fixed: 1062713