Closed
Description
Your use case
As described in this comment there is a potential issue with user indicators on an iPad, if it changes layout between collapsed and non-collapsed, thus changing the root navigation controller for detail indicators.
The solution to this is not passing a specific view controller to user indicator presenters if it can change at runtime, but rather pass-in an abstraction context that will provide the presenting view controller just when needed and not before
Have you considered any alternatives?
No response
Additional context
No response