lab-64 / split-the-bill-client

Flutter App for easy and fast splitting up of receipts
4 stars 0 forks source link

Fix bug with map method #39

Closed Morvvvv closed 5 months ago

Morvvvv commented 5 months ago

The map method displaying the groups on the main page cannot deal with empty group lists. This also affects the map methode, when adding a new bill, via the add Bill button. Here it even crashes the screen. This also affects the map method in the groups tab.

Morvvvv commented 5 months ago

When creating a new group, this is not fixed. It displays an error as a snackbar and only shows the new groups, after a reload.