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
{{ message }}
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.
Every time, we send multi-line message, the _previousTextViewContentHeight use the value last time.So, It will cause the layout problem. I think we should add _previousTextViewContentHeight = MessageFontSize+20; to the sendMessage method for revert the value
The text was updated successfully, but these errors were encountered:
@maxma86 thank you for submitting this issue. I'm sorry for not responding. Unfortunately, this project no longer works, and I'm no longer working on it, so I don't plan on fixing this bug, but if anything changes, I'll let you know.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Every time, we send multi-line message, the _previousTextViewContentHeight use the value last time.So, It will cause the layout problem. I think we should add _previousTextViewContentHeight = MessageFontSize+20; to the sendMessage method for revert the value
The text was updated successfully, but these errors were encountered: