Skip to content
Snippets Groups Projects
Commit 8e678ea6 authored by Taras's avatar Taras
Browse files

Add todo

parent 2fe010fd
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ class UserDialogFragment :
setText(getString(if (hasDirectRoom) R.string.open_direct_messages else R.string.invite_for_direct_messages))
setOnClickListener {
if (hasDirectRoom) {
//navigate to direct
// TODO navigate to direct
} else {
startLoading(binding.btnDirectMessages)
viewModel.inviteForDirectMessages()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment