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

Commit efe5bd77 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android Git Automerger
Browse files

am 46f98746: am 5d0fafe8: Merge "Be sure and report NO_CONNECTIVITY when needed." into gingerbread

* commit '46f98746':
  Be sure and report NO_CONNECTIVITY when needed.
parents ed4f1cd7 46f98746
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1097,6 +1097,7 @@ public class ConnectivityService extends IConnectivityManager.Stub {
                    // gotten a positive report we don't want to overwrite, but if not we need to
                    // clear this now to turn our cellular sig strength white
                    mDefaultInetConditionPublished = 0;
                    intent.putExtra(ConnectivityManager.EXTRA_NO_CONNECTIVITY, true);
                }
                intent.putExtra(ConnectivityManager.EXTRA_OTHER_NETWORK_INFO, switchTo);
            } else {