BlinkUp iOS presentFlashWithNetworkConfig pops to rootVC

When I use the blinkup SDK and call presentFlashWithNetworkConfig on BUFlashController() , immediately after, the library pops my navigation stack back to the root view controller. Which in my case, is the login screen.

Why is this library doing anything other than presenting? I basically copy/pasted the sample app flashWithWifi functionality. How can this be fixed?

After some research, it appears there is a compatability problem when launching from a modal already. Because the screen is presented modally instead of applying to the existing nav stack, it closes any open modals and then presents itself.