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

Commit 9d78fc8d authored by Jason Monk's avatar Jason Monk Committed by Android Git Automerger
Browse files

am 0c8fd1a1: am 4b8704c9: Merge "Don\'t try to get entries for uninstalled apps." into mnc-dev

* commit '0c8fd1a1':
  Don't try to get entries for uninstalled apps.
parents 1e6c78e8 0c8fd1a1
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;
        }