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
Sometimes we call the getUDJAccount method, sometimes we pass it around in bundles as arguments to new Activities or Fragements. We need to get our shit together and pick one.
The text was updated successfully, but these errors were encountered:
So making the UDJAccount Parcelable is bad. It breaks the singleton model because it actually creates a new UDJAccount object. This means we should make UDJAccount Parcelable which mean we should always use the getUDJAccount method. That's what we need to change our code to do.
Sometimes we call the getUDJAccount method, sometimes we pass it around in bundles as arguments to new Activities or Fragements. We need to get our shit together and pick one.
The text was updated successfully, but these errors were encountered: