I haven’t used compose navigation yet, but for those who are, does it prevent accidentally navigating to multiple destinations at a time?
For example, a button that navigates to another screen is clicked multiple times, or multiple buttons navigating to different destinations are clicked at the same time.
In pre-Compose multiple Activity approach this problem doesn’t happen as the input is blocked when you start an activity immediately on click.
Wondering if I need to debounce all my navigation clicks.