* commit '802fb15d2a9d6e094627c561100aabbac3689d94': Fix issue #3215261: NPE in WiFi Settings
This commit is contained in:
@@ -696,7 +696,7 @@ final class LoadedApk {
|
||||
final Intent intent = mCurIntent;
|
||||
mCurIntent = null;
|
||||
|
||||
if (receiver == null) {
|
||||
if (receiver == null || !mRegistered) {
|
||||
if (mRegistered && ordered) {
|
||||
if (ActivityThread.DEBUG_BROADCAST) Slog.i(ActivityThread.TAG,
|
||||
"Finishing null broadcast to " + mReceiver);
|
||||
|
||||
Reference in New Issue
Block a user