chat-window-android icon indicating copy to clipboard operation
chat-window-android copied to clipboard

Tooltip: Close the chat

Open kibrushi opened this issue 3 years ago • 5 comments

I have an issue with the tooltip when I try to close the chat. When I tap one X button, a modal appears and disappears automatically with a strange effect and a tooltip sticky appears. If you tap again the X button same effect happened and the only way to avoid this is to tap one tooltip first and when in the X button.

It is possible to avoid this tooltip behavior?

kibrushi avatar May 05 '21 08:05 kibrushi

Hello @kibrushi

Thanks for reaching out. We are investigating this. Will get back to you once we understand what is the problem.

nomyzs avatar Jun 18 '21 10:06 nomyzs

hi, any news on this one?

Forsaken-sl avatar Sep 13 '21 10:09 Forsaken-sl

I fix this issue by override onChatWindowVisibilityChanged(boolean visible) method public void onChatWindowVisibilityChanged(boolean visible) { if (!visible)onBackPressed(); }

narekananyan avatar Feb 22 '22 15:02 narekananyan

@narekananyan it doesn't work tapping on X button and lib version 2.2.1

Papashkin avatar Jan 25 '23 14:01 Papashkin