Fix code style

This commit is contained in:
Anders Bo Rasmussen 2017-09-24 12:24:37 +02:00
parent 7060e56a69
commit c2346636ce
1 changed files with 2 additions and 4 deletions

View File

@ -67,13 +67,11 @@ public class NetworkUtils {
}
}
} else {
if (!UserPreferences.isEnableAutodownloadOnMobile())
{
if (!UserPreferences.isEnableAutodownloadOnMobile()) {
Log.d(TAG, "Auto Download not enabled on Mobile");
return false;
}
if (networkInfo.isRoaming())
{
if (networkInfo.isRoaming()) {
Log.d(TAG, "Roaming on foreign network");
return false;
}