mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 14:16:59 +02:00
37b2347fcb
We observed some app crashes due to a nil string in a component. According to the implementation this case should not happen because the components are removed as soon as their string is nil. We patch here this issue by adding some logs in order to investigate it in the future.