Nav3: fix Lifecycle for overlaid nav keys
This is a post in a series on how I tackled Nav3 concepts and wired things together. Dialogs are modeled as an overlay scene; the destination behind the screen must remain rendered. Right now, its lifecycle stays resumed. That creates a number of practical challenges and problems: The last issue caught me off guard. dropUnlessResumed … Read more