Cloudkibo / Android

0 stars 0 forks source link

Chat screen is always empty #543

Closed Assadbintahir closed 7 years ago

Assadbintahir commented 7 years ago

After fresh installation, ChatList goes and remains empty after sometime. This behavior also occures if app crashes for even once. Chatlist will then remain empty. Chat window can be opened from Contacts.

Steps:

3

4 1

jekram commented 7 years ago

This is basic stuff ? How come we are having these issues?

Assadbintahir commented 7 years ago

I have worked on it and after debugging found that it doesn't happen on all devices. The device on which it occurred had an entry of incomplete information (no group name) about a group in local database, which was throwing an exception. Due to which the list was always an empty view. I have modified the code and add some conditions.

However, I am still inspecting the reason why incomplete information was recorded for that specific group.