markamaze / FudgetBudget

0 stars 0 forks source link

Fix need to recreate activity following data changes #5

Closed markamaze closed 3 years ago

markamaze commented 4 years ago

Currently changed to data require calling recreate() to update the view and returns user to initial activity View state.

If this is okay by android dev standards, then i need to at least return to the correct view instead of going back to initial activity View state.

markamaze commented 4 years ago

Currently when updates made to data it is also causing all label_value and amount_value views in the Balancesheet layout to change. This is corrected by switching to another page then back again.

I think this is a bug left while trying to update the view without calling recreate

markamaze commented 3 years ago

Resolved while working on issue 4