Closed henry-herrmann closed 9 months ago
Apparently this is code by an unintended path of executions, which is caused by first trying to clear the dish entities cache and then overwriting it. Unfortunately this does not work as intended, causing the whole cache to be cleared.
Link to code: https://github.com/astarub/campus_app/blob/20f61f6dae818c4925f166a4e04dc385a618f23b/lib/pages/mensa/mensa_repository.dart#L110
Normally the last saved mensa menu is displayed, if the user is offline, but for some reason this is not happening right now.