Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-02 11:53:44 +02:00
parent e5f157bcf3
commit 5402221995
4 changed files with 23 additions and 9 deletions

View file

@ -191,6 +191,7 @@ private fun SmoothHeightPager(
BannerNotification(
config = banners[lowerPage].config,
containerColor = containerColor,
modifier = Modifier.padding(horizontal = horizontalPadding),
)
}.first().measure(pageConstraints).height
@ -199,6 +200,7 @@ private fun SmoothHeightPager(
BannerNotification(
config = banners[upperPage].config,
containerColor = containerColor,
modifier = Modifier.padding(horizontal = horizontalPadding),
)
}.first().measure(pageConstraints).height
} else {