mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-18 13:00:18 +03:00
Fix lint issue
This commit is contained in:
parent
674450ef29
commit
38c1ef3eb6
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ class VerificationBottomSheetViewModel @AssistedInject constructor(@Assisted ini
|
||||||
session.cryptoService()
|
session.cryptoService()
|
||||||
.crossSigningService().trustDevice(deviceId, object : MatrixCallback<Unit> {
|
.crossSigningService().trustDevice(deviceId, object : MatrixCallback<Unit> {
|
||||||
override fun onFailure(failure: Throwable) {
|
override fun onFailure(failure: Throwable) {
|
||||||
Timber.w("Failed to sign my device after recovery", failure)
|
Timber.w(failure, "Failed to sign my device after recovery")
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue