@Leland Richardson [G] To give you more perspective, actually i have created two composable function - one is a phone dialer screen with keys and dial button and other is InCallScreen with hold/unhold and end button. Basically, i was looking into how i can navigate between these two. Is it some navigation i have to do between these two screen or can i just do some condition rendering like if call button is pressed then render InCallScreen composable.