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
Actual Behaviour: The RoomFragment class produce Null pointer exception upon frequent clicking on several lobbies together.
Cause: The fragments get detached from their concerned activity upon frequent traversal, so the call to getActivity() method results in Null pointer exception.
Would you like to work on this issue: Yes.
The text was updated successfully, but these errors were encountered:
28Ritu
changed the title
Null Pointer Exception in RoomsFragment and RoomFragment class
Null Pointer Exception in RoomFragment class
May 20, 2018
Actual Behaviour: The RoomFragment class produce Null pointer exception upon frequent clicking on several lobbies together.
Cause: The fragments get detached from their concerned activity upon frequent traversal, so the call to getActivity() method results in Null pointer exception.
Would you like to work on this issue: Yes.
The text was updated successfully, but these errors were encountered: