android / socialite

Apache License 2.0
406 stars 74 forks source link

Use one NavHost (with a single navigation scaffold) #102

Closed jdkoren closed 1 month ago

jdkoren commented 2 months ago

Consolidates all the navigation into one NavHost. A single NavigationSuiteScaffold is used to show top-level routes, with logic to hide some or all forms of navigation based on the current destination.

Fixes #96.