dreautall / waterfly-iii

Unofficial Android App for Firefly III, a free and open source personal finance manager.
MIT License
311 stars 23 forks source link

Bill assignment not saved #413

Open ozymandias1688 opened 2 weeks ago

ozymandias1688 commented 2 weeks ago

When entering transactions, the entered bill is not saved. Bills assigned in the firefly iii web interface are shown however.

Device is a Pixel 7 Pro.

dreautall commented 1 week ago

Thanks for the report, that was a strange one to fix. The button actually worked, but the Flutter framework somehow messes up the "grey-out zone" when the keyboard is shown for searching the bill. I just disabled that tapping outside the dialog box will close the dialog, then it actually registers the button press again... strange thing for sure.

ozymandias1688 commented 1 week ago

Well, thank you for making such a great app!