Zoff
10/24/2023, 6:19 AMLaunchedEffect(Unit) {
textFieldFocusRequester.requestFocus()
}
this only gives it focus on the first time its composed. when i show another tab and then show the tab with the textfield again it does no longer take the focus.
not sure how to fix thatAlexander Maryanovsky
10/24/2023, 7:14 AMZoff
10/24/2023, 7:16 AMAlexander Maryanovsky
10/24/2023, 7:17 AMonTabActivated
function in a composition local and use it at the textfield levelZoff
10/24/2023, 11:58 AM