Jetpack-Compose-ChatApp-Template
Jetpack-Compose-ChatApp-Template copied to clipboard
Why `nestedNavGraph`and `bottombar ` initialized multiple times?maybe..
When I enter HomeScreen, I find that the nestedNavGraph
function is executed twice and the bottombar
function is executed twice, is this a normal response?
Thanks for reporting. I will be taking a look
Composition will execute multiple times, draw only once, I dont know if drawbehind can be used for watch draw how many times,I just added this method to Scaffold and found that it was executed once.
I'm really new to compose...
@est7 sry for offtop, what them do u use?