mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-24 18:36:21 +03:00
fix CI warning
This commit is contained in:
parent
c0fb4e88cd
commit
fdd7023dd5
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ import java.io.File
|
||||||
class MigrateEAtoEROperation {
|
class MigrateEAtoEROperation {
|
||||||
|
|
||||||
fun execute(cryptoRealm: RealmConfiguration, sessionFilesDir: File, passphrase: String?): File {
|
fun execute(cryptoRealm: RealmConfiguration, sessionFilesDir: File, passphrase: String?): File {
|
||||||
Timber.v("Not used in kotlin crypto $cryptoRealm")
|
// to remove unused warning
|
||||||
|
Timber.v("Not used in kotlin crypto $cryptoRealm ${"*".repeat(passphrase?.length ?: 0)}")
|
||||||
// no op in kotlinCrypto
|
// no op in kotlinCrypto
|
||||||
return sessionFilesDir
|
return sessionFilesDir
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue