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

Commit f46bd06c authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Fix issue #6579824: Email crash observed after updating..." into jb-dev

parents 26627ccc 5f48fca2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4516,7 +4516,7 @@ public final class ActivityThread {
            boolean noisy, boolean noReleaseNeeded, boolean stable) {
        ContentProvider localProvider = null;
        IContentProvider provider;
        if (holder == null) {
        if (holder == null || holder.provider == null) {
            if (DEBUG_PROVIDER || noisy) {
                Slog.d(TAG, "Loading provider " + info.authority + ": "
                        + info.name);