There are several issues with the app. Received messages are not visible even though they are inflated. Because of this issue, liking a message is not possible.
And, realtime chatting is not happening. One of the devices restarts when we try to do so.
Received messages are not visible
And, logcat is not showing any error.
were you able to receive the messages earlier (before the like message feature)
No
(message length must be atleast 20 characters, so I wrote this)
@Apoorv4123 can you mention the instructions I need to follow to reproduce this behaviour
and whats the test mobile number and its verification code
I reinstalled the app.
The activity restart is not happening rn
Received messages are not visible. And since received messages are not visible, we cannot like messages.
I’ve sent you 3 messages on the app, are they visible?
I’m using “demo Account” user on my device.
Opening the messages crashes the apps is that the issue?
No, the app is not crashing
Just the messages are only being sent
The messages received are not visible
the isssue is you are using a wrong xml
update the text and date in the when (getItemViewType(position))
TEXT_MESSAGE_RECEIVED
contentRcv.text = item.msg
timeRcv.text = item.sentAt.formatAsTime()
TEXT_MESSAGE_SENT
content.text = item.msg
time.text = item.sentAt.formatAsTime()
after removing ChatAdapter.kt#L49-L50
Let me know if there is any issue here
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.