You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I fix this issue by override onChatWindowVisibilityChanged(boolean visible) method
public void onChatWindowVisibilityChanged(boolean visible) {
if (!visible)onBackPressed();
}
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?
The text was updated successfully, but these errors were encountered: