Skip to content
Snippets Groups Projects
Commit 65b81a9e authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Correctly reset status when context menu is closed

parent 3e1674cb
No related branches found
No related tags found
No related merge requests found
...@@ -223,6 +223,9 @@ class MessageListFragment : ServiceBoundFragment() { ...@@ -223,6 +223,9 @@ class MessageListFragment : ServiceBoundFragment() {
else -> false else -> false
} }
} }
menu.setOnDismissListener {
linkMenu = null
}
menu.show() menu.show()
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment