SRGSSR / srgidentity-apple

The SRG signup and login framework
MIT License
1 stars 0 forks source link

Modal transition assertions #9

Closed defagos closed 3 years ago

defagos commented 3 years ago

@oiledCode reported that modal transition asserts when the account view is presented from a sheet modal view (default iOS 13 presentation style).

The code does not crash in release builds, but the work recently done on modals was not applied to SRG Identity. This should be fixed.

Issue type

Incorrect behavior

Environment information

Reproducibility

Always reproducible

defagos commented 3 years ago

I fixed the issue on the feature/modal-presentation-fix branch:

defagos commented 3 years ago

As discussed with @oiledCode, the fix is not urgent, as release builds do not crash. Still we should code review it and deliver it in 2021.