mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 04:20:00 +03:00
Code quality
This commit is contained in:
parent
a914381090
commit
77dd911054
1 changed files with 6 additions and 3 deletions
|
@ -177,7 +177,12 @@ class VerificationBottomSheetViewModel @AssistedInject constructor(
|
||||||
session
|
session
|
||||||
.cryptoService()
|
.cryptoService()
|
||||||
.verificationService()
|
.verificationService()
|
||||||
.requestKeyVerificationInDMs(supportedVerificationMethodsProvider.provide(), otherUserId, data, pendingLocalId)
|
.requestKeyVerificationInDMs(
|
||||||
|
supportedVerificationMethodsProvider.provide(),
|
||||||
|
otherUserId,
|
||||||
|
data,
|
||||||
|
pendingLocalId
|
||||||
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
@ -298,8 +303,6 @@ class VerificationBottomSheetViewModel @AssistedInject constructor(
|
||||||
} catch (failure: Throwable) {
|
} catch (failure: Throwable) {
|
||||||
_viewEvents.post(VerificationBottomSheetViewEvents.ModalError(failure.localizedMessage))
|
_viewEvents.post(VerificationBottomSheetViewEvents.ModalError(failure.localizedMessage))
|
||||||
}
|
}
|
||||||
|
|
||||||
Unit
|
|
||||||
}
|
}
|
||||||
}.exhaustive
|
}.exhaustive
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue