mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Rebased with master
This commit is contained in:
commit
1c6e533c1a
2 changed files with 4 additions and 3 deletions
|
|
@ -63,9 +63,6 @@ import io.reactivex.schedulers.Schedulers;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import javax.inject.Inject;
|
import javax.inject.Inject;
|
||||||
import javax.inject.Named;
|
import javax.inject.Named;
|
||||||
import java.util.List;
|
|
||||||
import javax.inject.Inject;
|
|
||||||
import javax.inject.Named;
|
|
||||||
import timber.log.Timber;
|
import timber.log.Timber;
|
||||||
|
|
||||||
public class ContributionsFragment
|
public class ContributionsFragment
|
||||||
|
|
|
||||||
|
|
@ -188,6 +188,10 @@ class UploadWorker(var appContext: Context, workerParams: WorkerParameters) :
|
||||||
PROCESSING_UPLOADS_NOTIFICATION_TAG,
|
PROCESSING_UPLOADS_NOTIFICATION_TAG,
|
||||||
PROCESSING_UPLOADS_NOTIFICATION_ID
|
PROCESSING_UPLOADS_NOTIFICATION_ID
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if(isLimitedConnectionModeEnabled()){
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return Result.success()
|
return Result.success()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue