Fix code style
This commit is contained in:
parent
7060e56a69
commit
c2346636ce
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user