DarkNormal / Airgead

0 stars 0 forks source link

[Bug] Information never displayed when database on device is blank #23

Closed DarkNormal closed 6 years ago

DarkNormal commented 6 years ago

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

DarkNormal commented 6 years ago

Fixed in 5ac5650