Updated on 2026-08-14
This commit is contained in:
parent
70419c49a2
commit
7f6f605186
38 changed files with 1217 additions and 214 deletions
|
|
@ -43,7 +43,7 @@ import kotlinx.coroutines.launch
|
|||
internal fun AddCustomTokenTestContent(state: AddCustomTokenStateHolder.TestContent, modifier: Modifier = Modifier) {
|
||||
val coroutineScope = rememberCoroutineScope()
|
||||
val bottomSheetScaffoldState = rememberBottomSheetScaffoldState(
|
||||
bottomSheetState = BottomSheetState(initialValue = BottomSheetValue.Collapsed),
|
||||
bottomSheetState = BottomSheetState(initialValue = BottomSheetValue.Collapsed, LocalDensity.current),
|
||||
)
|
||||
|
||||
BackHandler(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue