mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
Merge f606e88a89
into f6ae6784e9
This commit is contained in:
commit
1f7f521403
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public class ReceiversHelper {
|
|||
BroadcastReceiver broadcastReceiver = new BroadcastReceiver() {
|
||||
@Override
|
||||
public void onReceive(Context context, Intent intent) {
|
||||
if (Device.getNetworkType(context).equals(JobRequest.NetworkType.UNMETERED)) {
|
||||
if (!Device.getNetworkType(context).equals(JobRequest.NetworkType.ANY)) {
|
||||
FilesSyncHelper.restartJobsIfNeeded();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue