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

Commit c1f24abd authored by Jason Monk's avatar Jason Monk
Browse files

Don't try to get entries for uninstalled apps.

Bug: 21837824
Change-Id: I6f7bbc309e9edf1db12476f55ab8be424739fae0
parent b3c85643
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;
        }