jaqxues
02/24/2021, 6:15 PMDrawerState.open()
is now suspend
, is there a new recommended way to open it from the onclick of the menu Icon?
I suppose there is a better way than GlobalScope.launch
?itnoles
02/24/2021, 6:17 PMjaqxues
02/24/2021, 6:18 PMAdam Powell
02/24/2021, 6:18 PMval myScope = rememberCoroutineScope()
jaqxues
02/24/2021, 6:19 PMVsevolod Ganin
02/24/2021, 6:38 PMLaunchedEffect
if that is suitable for youjaqxues
02/24/2021, 6:38 PM@Composable
Vsevolod Ganin
02/24/2021, 6:39 PM