* commit 'f46bd06c6822752acd24265a7db5c86d6036bc38': Fix issue #6579824: Email crash observed after updating...
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user