Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-22 11:20:46 +03:00
parent 9b8ca9456d
commit 633666c3ce
8 changed files with 110 additions and 16 deletions

View file

@ -126,7 +126,8 @@ private fun Content(state: ChooseTokenFullUM, modifier: Modifier = Modifier) {
LazyColumn(
modifier = Modifier
.fillMaxSize()
.nestedScroll(nestedScrollConnection),
.nestedScroll(nestedScrollConnection)
.testTag(BuyTokenScreenTestTags.LAZY_LIST),
state = lazyListState,
contentPadding = WindowInsets.navigationBars.asPaddingValues(),
) {