Remove java Boolean usage

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2023-11-08 14:55:44 +01:00
parent 449407870e
commit 5178e43813
No known key found for this signature in database
GPG key ID: 4E577DC593B59BDF

View file

@ -64,7 +64,7 @@ class RemoteTrashbinRepository internal constructor(private val user: User, priv
result.isSuccess
} catch (e: CreationException) {
Log_OC.e(this, "Cannot create client", e)
java.lang.Boolean.FALSE
false
}
}
@ -94,7 +94,7 @@ class RemoteTrashbinRepository internal constructor(private val user: User, priv
result.isSuccess
} catch (e: CreationException) {
Log_OC.e(this, "Cannot create client", e)
java.lang.Boolean.FALSE
false
}
}
@ -164,7 +164,7 @@ class RemoteTrashbinRepository internal constructor(private val user: User, priv
false
}
} catch (e: CreationException) {
java.lang.Boolean.FALSE
false
}
}