Updated on 2026-08-14

This commit is contained in:
Tangem 2024-09-16 12:09:24 +03:00
parent 70419c49a2
commit 7f6f605186
38 changed files with 1217 additions and 214 deletions

View file

@ -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(