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

Fix post menu showing

parent e60b383b
No related branches found
No related tags found
No related merge requests found
......@@ -200,7 +200,7 @@ class TimelineDialogFragment : BaseFullscreenDialogFragment(DialogFragmentTimeli
}
override fun onShowMenuClicked(roomId: String, eventId: String) {
if (!showNoInternetConnection()) return
if (showNoInternetConnection()) return
navigator.navigatePostMenu(roomId, eventId)
}
......
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