0

I am developing a chat application. Using this app users can send friend requests. once two users become friends they can message each other and visit friends profiles. When two users become friends(imagine X and Y), in a situation where X visits Y's profile and at the same time Y visits X's profile, the app get crashed. enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

yoAlex5
  • 29,217
  • 8
  • 193
  • 205
Lasith Jayalath
  • 137
  • 1
  • 4
  • 14

1 Answers1

1

The method getTimeAgo returns null. As were mentioned in Exception (Line 110). You can debug your code and simply find a cause

yoAlex5
  • 29,217
  • 8
  • 193
  • 205