When the application is started initially, values are never set for balance, remaining budget or the savings target figures. This is because a null object is returned from the databases, and a callback is never called, so the presenter is waiting forever for this information to display.
A message of "Not set" or something similar should be shown to the users
When the application is started initially, values are never set for balance, remaining budget or the savings target figures. This is because a null object is returned from the databases, and a callback is never called, so the presenter is waiting forever for this information to display.
A message of "Not set" or something similar should be shown to the users