Skip to content
Snippets Groups Projects
Commit be6fe246 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

hide XEP-184 tooltip when needed. Fixes #4855

parent 8aa62e26
No related branches found
No related tags found
No related merge requests found
......@@ -635,6 +635,10 @@ class ConversationTextview:
# Check if we should hide the line tooltip
if not over_line:
self.line_tooltip.hide_tooltip()
if self.xep0184_warning_tooltip.timeout != 0:
# Check if we should hide the XEP-184 warning tooltip
if not xep0184_warning:
self.xep0184_warning_tooltip.hide_tooltip()
if over_line and not self.line_tooltip.win:
self.line_tooltip.timeout = gobject.timeout_add(500,
self.show_line_tooltip)
......
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