android / architecture-components-samples

Samples for Android Architecture Components.
https://d.android.com/arch
Apache License 2.0
23.42k stars 8.29k forks source link

How to not to save state in latest navigation component library #1089

Open umer7267 opened 1 year ago

umer7267 commented 1 year ago

Component used: Navigation Version used: 2.5.2

I would like to know if there's a way to stop saving states of different navigation views in the latest navigation library. As this is a default behavior in the library but I am in a position where I need to prevent this saving state behavior.

Your response will be highly appreciated.