NTP-72963 | Shiv Natani | arc callout truncation fix (#16587)
This commit is contained in:
@@ -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) }
|
||||
|
||||
Reference in New Issue
Block a user