mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
The problem was that some of the previous changes were asynchronous and would not always represent the actual current state. This solution works, but is a bit verbose and perhaps overly complicated?