hotwired / turbo-android

Android framework for making Turbo native apps
MIT License
424 stars 50 forks source link

Prevent a POP presentation from the start destination #258

Closed jayohms closed 1 year ago

jayohms commented 1 year ago

Don't allow a custom POP presentation (defined in the path configuration) to pop the backstack from the start destination. This will lead to a crash on the next navigation attempt, due to an inconsistent state in the backstack entries and the TurboNavRule requirements.