https://kotlinlang.org logo
#compose
Title
# compose
a

allan.conda

11/17/2020, 6:43 AM
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.
👍 2
i

Ian Lake

11/17/2020, 5:48 PM
None of the craziness of View's dispatch of click events happen in Compose
👍 2
🎉 1