Every Activity/Fragment displaying user information (such as the ProfileFragment) should not just set the user data when running onCreate(...) but should instead listen to user data changed events from the UserManager and refresh its data accordingly.
Every Activity/Fragment displaying user information (such as the
ProfileFragment
) should not just set the user data when runningonCreate(...)
but should instead listen to user data changed events from theUserManager
and refresh its data accordingly.