fix spotless

Signed-off-by: Jonas Mayer <jonas.a.mayer@gmx.net>
This commit is contained in:
Jonas Mayer 2024-04-30 15:02:01 +02:00
parent 62ef463344
commit b2b6a297a7
1 changed files with 0 additions and 2 deletions

View File

@ -123,9 +123,7 @@ class FileUploadHelper {
val isPowerSaving = powerManagementService.isPowerSavingEnabled
var uploadUser = Optional.empty<User>()
for (failedUpload in failedUploads) {
val isDeleted = !File(failedUpload.localPath).exists()
if (isDeleted) {
showNotExistMessage = true