livechat / chat-window-android

LiveChat mobile chat window for Android
https://developers.livechatinc.com/mobile/android/
MIT License
23 stars 28 forks source link

Tooltip: Close the chat #56

Open kibrushi opened 3 years ago

kibrushi commented 3 years ago

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?

nomyzs commented 3 years ago

Hello @kibrushi

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

Forsaken-sl commented 3 years ago

hi, any news on this one?

narekananyan commented 2 years ago

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

Papashkin commented 1 year ago

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