mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-25 19:05:56 +03:00
Fixing missing event to start verification process
This commit is contained in:
parent
35db958279
commit
32b5606498
2 changed files with 2 additions and 4 deletions
|
@ -85,8 +85,7 @@ class VectorSettingsDevicesFragment :
|
|||
).show(childFragmentManager, "REQPOP")
|
||||
}
|
||||
is DevicesViewEvents.SelfVerification -> {
|
||||
VerificationBottomSheet.forSelfVerification(it.session)
|
||||
.show(childFragmentManager, "REQPOP")
|
||||
navigator.requestSelfSessionVerification(requireActivity())
|
||||
}
|
||||
is DevicesViewEvents.ShowManuallyVerify -> {
|
||||
ManuallyVerifyDialog.show(requireActivity(), it.cryptoDeviceInfo) {
|
||||
|
|
|
@ -101,8 +101,7 @@ class VectorSettingsDevicesFragment :
|
|||
).show(childFragmentManager, "REQPOP")
|
||||
}
|
||||
is DevicesViewEvent.SelfVerification -> {
|
||||
VerificationBottomSheet.forSelfVerification(it.session)
|
||||
.show(childFragmentManager, "REQPOP")
|
||||
navigator.requestSelfSessionVerification(requireActivity())
|
||||
}
|
||||
is DevicesViewEvent.ShowManuallyVerify -> {
|
||||
ManuallyVerifyDialog.show(requireActivity(), it.cryptoDeviceInfo) {
|
||||
|
|
Loading…
Reference in a new issue