Messageslist overlaps views on scrolling in constraint layout
Unfortunately, ran into the same issue. In particular, constraining the MessagesList above the MessagesInput draws properly, but the latest message is cutoff. User has to scroll down in order to see the next message.
As a workaround, I simply use RelativeLayout, but it would be nice to have the option to use a ConstraintLayout.
Unfortunately, ran into the same issue. In particular, constraining the
MessagesListabove theMessagesInputdraws properly, but the latest message is cutoff. User has to scroll down in order to see the next message.As a workaround, I simply use RelativeLayout, but it would be nice to have the option to use a ConstraintLayout.
Even when using RelativeLayout .. still the same problem.
Just do something like that to any views:- view.bringToFront();
Ex. 👇🏼
toolbar.bringToFront();

Use following version:
com.github.stfalcon:chatkit:0.3.0
On Mon, Mar 15, 2021 at 2:52 PM Mustafa Altameemi @.***> wrote:
Just do something like that to any views:-
toolbar.bringToFront();
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/stfalcon-studio/ChatKit/issues/276#issuecomment-799281349, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMPLTI6WQBLCILRKCYL3VJDTDXKFLANCNFSM4IFEP7LQ .