Jerry Johns
07/24/2023, 5:53 AMNavHost
setup with a number of screens. Following the examples provided by Jetpack, I have it all working. However, I've noticed that when I click on an item in one of the screens (which trampolines to another), that the composable function for that next screen gets called up to 5 times. I've printed out the values being provided into that function, and none of those change.
Any ideas why it's recomposing so many times?Stylianos Gakis
07/24/2023, 8:56 AMJerry Johns
07/24/2023, 3:57 PMJerry Johns
07/24/2023, 3:57 PMStylianos Gakis
07/24/2023, 3:59 PM