I am profiling by debug build and it shows 19 mill...
# compose-android
r
I am profiling by debug build and it shows 19 milli seconds for navhost and even longer for animation enter and exit transition. I have simple screen which hosts bottombar and drawer which i conditionally show or hide based on the current destination ( show only for top level destinations). My screens are not complicated, its just hosts a normal text field. No other compose ui. So should i do profiling in release mode only ?
👌 7