mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
Fix a typo
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
d190b21cae
commit
ca348a6880
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ public class FilesSyncHelper {
|
|||
}
|
||||
}
|
||||
|
||||
if (!Device.getNetworkType(context).equals(JobRequest.NetworkType.ANY) ||
|
||||
if (!Device.getNetworkType(context).equals(JobRequest.NetworkType.ANY) &&
|
||||
!ConnectivityUtils.isInternetWalled(context)) {
|
||||
uploadRequester.retryFailedUploads(
|
||||
context,
|
||||
|
|
Loading…
Reference in a new issue