mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 19:15:58 +00:00
optimize CubicBezierEasing
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user