mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 02:52:45 +02:00
65cbdf17e8
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.