optimize CubicBezierEasing

This commit is contained in:
BinTianqi
2024-05-07 21:01:42 +08:00
parent 7f5e5250ad
commit 5dc6dae844
3 changed files with 9 additions and 10 deletions

View File

@@ -547,7 +547,7 @@ private fun LockTaskFeatures(){
}
LaunchedEffect(Unit){refreshWhitelist()}
Text(text = stringResource(R.string.whitelist_app), style = typography.titleLarge)
SelectionContainer(modifier = Modifier.animateContentSize(Animations().animateListSize)){
SelectionContainer(modifier = Modifier.animateContentSize()){
Text(text = if(listText==""){ stringResource(R.string.none) }else{listText})
}
OutlinedTextField(