зеркало из https://github.com/xamarin/ios-samples.git
Update ReachabilitySample/reachability.cs
This commit is contained in:
Родитель
93dcf85799
Коммит
4b11086e2d
|
@ -88,7 +88,7 @@ public static class Reachability {
|
|||
defaultRouteReachability.SetCallback (OnChange);
|
||||
defaultRouteReachability.Schedule (CFRunLoop.Current, CFRunLoop.ModeDefault);
|
||||
}
|
||||
if (defaultRouteReachability.TryGetFlags (out flags))
|
||||
if (!defaultRouteReachability.TryGetFlags (out flags))
|
||||
return false;
|
||||
return IsReachableWithoutRequiringConnection (flags);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче