Fix possible nullpointer in AppsListFragment
This commit is contained in:
@@ -160,9 +160,8 @@ public class AppsListFragment extends ListFragment implements
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// fallback
|
// fallback
|
||||||
text.setText(packageName);
|
text.setText("No Name");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user