Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1934adf authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix music crash regression: Part Deux."

parents 5dd23cb5 a4739b9f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1140,7 +1140,7 @@ public class ManageApplications extends InstrumentedPreferenceFragment
        public void onPackageSizeChanged(String packageName) {
        public void onPackageSizeChanged(String packageName) {
            for (int i = 0; i < mActive.size(); i++) {
            for (int i = 0; i < mActive.size(); i++) {
                AppViewHolder holder = (AppViewHolder) mActive.get(i).getTag();
                AppViewHolder holder = (AppViewHolder) mActive.get(i).getTag();
                if (holder == null) {
                if (holder == null || holder.entry == null) {
                    continue;
                    continue;
                }
                }
                ApplicationInfo info = holder.entry.info;
                ApplicationInfo info = holder.entry.info;