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

Commit 4b8704c9 authored by Jason Monk's avatar Jason Monk Committed by Android (Google) Code Review
Browse files

Merge "Don't try to get entries for uninstalled apps." into mnc-dev

parents 6a7fdbdd c1f24abd
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -281,8 +281,10 @@ public class ApplicationsState {
                        return null;
                    }
                }
                if (info != null) {
                    entry = getEntryLocked(info);
                }
            }
            if (DEBUG_LOCKING) Log.v(TAG, "...getEntry releasing lock");
            return entry;
        }