Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tooltip: Close the chat #56

Open
kibrushi opened this issue May 5, 2021 · 4 comments
Open

Tooltip: Close the chat #56

kibrushi opened this issue May 5, 2021 · 4 comments
Labels

Comments

@kibrushi
Copy link

kibrushi commented May 5, 2021

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
Copy link
Contributor

nomyzs commented Jun 18, 2021

Hello @kibrushi

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

@nomyzs nomyzs added the bug label Jun 18, 2021
@Forsaken-sl
Copy link

hi, any news on this one?

@narekananyan
Copy link

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

@Papashkin
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants