We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291d107 commit da7a178Copy full SHA for da7a178
WordPressUtils/src/main/java/org/wordpress/android/util/NetworkUtils.java
@@ -77,7 +77,7 @@ public static boolean isAirplaneModeOn(Context context) {
77
* and returns false
78
*/
79
public static boolean checkConnection(Context context) {
80
- if(context == null) {
+ if (context == null) {
81
return false;
82
}
83
if (isNetworkAvailable(context)) {
0 commit comments