mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
fix spotless
Signed-off-by: Jonas Mayer <jonas.a.mayer@gmx.net>
This commit is contained in:
parent
c6c5e8fbd6
commit
044e83548d
1 changed files with 0 additions and 1 deletions
|
@ -127,7 +127,6 @@ class FileUploadHelper {
|
|||
powerManagementService: PowerManagementService,
|
||||
failedUploads: Array<OCUpload>
|
||||
) {
|
||||
|
||||
val (gotNetwork, _, gotWifi) = connectivityService.connectivity
|
||||
val batteryStatus = powerManagementService.battery
|
||||
val charging = batteryStatus.isCharging || batteryStatus.isFull
|
||||
|
|
Loading…
Reference in a new issue