am d9c029f8
: am 9ba3d227
: Merge "Fix issue #7050530: NPE in Settings : settings.applications.RunningServiceDetails..." into jb-mr1-dev
* commit 'd9c029f8372057d14d52fee5e6e842926b8c3b6f': Fix issue #7050530: NPE in Settings : settings.applications.RunningServiceDetails...
This commit is contained in:
@@ -436,6 +436,7 @@ public class RunningServiceDetails extends Fragment
|
||||
|
||||
mNumServices = mNumProcesses = 0;
|
||||
|
||||
if (mMergedItem != null) {
|
||||
if (mMergedItem.mUser != null) {
|
||||
ArrayList<RunningState.MergedItem> items;
|
||||
if (mShowBackground) {
|
||||
@@ -454,6 +455,7 @@ public class RunningServiceDetails extends Fragment
|
||||
addDetailsViews(mMergedItem, true, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void refreshUi(boolean dataChanged) {
|
||||
if (findMergedItem()) {
|
||||
|
Reference in New Issue
Block a user