OSDN Git Service

Check for null activity before getting dashboard categories.
authorDoris Ling <dling@google.com>
Thu, 21 Jul 2016 19:22:17 +0000 (12:22 -0700)
committerDoris Ling <dling@google.com>
Thu, 21 Jul 2016 19:22:17 +0000 (12:22 -0700)
commitb7e650c6f7d689a46a34ce09d8bc4cc3e843ec6a
treeacfacebc57a8e00eb6b6c99e8b5650b573f6cc47
parentfe9bf6d9d137405838e2182431783acfaf771db0
Check for null activity before getting dashboard categories.

In DashboardSummary, when async task finishes running, ensure that the
fragment is still associated with the activity before getting the
dashboard categories from the activity.

Change-Id: If23cd27a0d3e3429d900ae41ef6f24ed03b9e8d6
Fixes: 30278854
src/com/android/settings/dashboard/DashboardSummary.java