Add missing code to sign out when user click on the action
This commit is contained in:
parent
724c1132b6
commit
85c8092e65
@ -138,6 +138,10 @@ class SignOutBottomSheetDialogFragment : VectorBaseBottomSheetDialogFragment(),
|
||||
}
|
||||
}
|
||||
|
||||
signOutButton.action = {
|
||||
onSignOut?.run()
|
||||
}
|
||||
|
||||
exportManuallyButton.action = {
|
||||
withState(viewModel) { state ->
|
||||
queryExportKeys(state.userId, QUERY_EXPORT_KEYS)
|
||||
|
Loading…
Reference in New Issue
Block a user