mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
9b92a0ba8e
The complete security flow can be unfortunately triggered from 2 places: AuthVC and MasterTabBarC. On a fresh app installation, during authentication, it was unexpectedly displayed from MasterTabBarC. This prevented authentication flow to complete. The app stayed on the launching animation. This commit fixes this race.