NTP-72963 | Shiv Natani | arc callout truncation fix (#16587)

This commit is contained in:
Shiv Natani
2025-06-16 15:48:36 +05:30
committed by GitHub
parent 38bc10873d
commit 3d00f705f5

View File

@@ -18,6 +18,7 @@ import androidx.compose.foundation.background
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.navigationBarsPadding
import androidx.compose.runtime.Composable
import androidx.compose.runtime.LaunchedEffect
import androidx.compose.runtime.getValue
@@ -234,7 +235,7 @@ fun TransactionPollingScreen(
BackHandler {}
Box(
modifier = Modifier.fillMaxSize().background(color = Color.White),
modifier = Modifier.navigationBarsPadding().fillMaxSize().background(color = Color.White),
contentAlignment = Alignment.BottomCenter,
) {
val isArcProtectedBottomLottieVisible = remember { mutableStateOf(false) }