Merge "Fix music crash regression: Part Deux."
This commit is contained in:
committed by
Android (Google) Code Review
commit
b1934adfb7
@@ -1140,7 +1140,7 @@ public class ManageApplications extends InstrumentedPreferenceFragment
|
||||
public void onPackageSizeChanged(String packageName) {
|
||||
for (int i = 0; i < mActive.size(); i++) {
|
||||
AppViewHolder holder = (AppViewHolder) mActive.get(i).getTag();
|
||||
if (holder == null) {
|
||||
if (holder == null || holder.entry == null) {
|
||||
continue;
|
||||
}
|
||||
ApplicationInfo info = holder.entry.info;
|
||||
|
Reference in New Issue
Block a user