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

Commit 5b5ed310 authored by Julia Reynolds's avatar Julia Reynolds Committed by Android (Google) Code Review
Browse files

Merge "Prevent crash in app memory updater." into mnc-dev

parents feeae4cd ed91bbdb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -836,6 +836,9 @@ public class InstalledAppDetails extends AppInfoBase

        @Override
        protected ProcStatsPackageEntry doInBackground(Void... params) {
            if (getActivity() == null) {
                return null;
            }
            if (mPackageInfo == null) {
                return null;
            }