File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
app/src/main/java/to/bitkit/ui/screens/scanner Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ import androidx.compose.runtime.remember
3333import androidx.compose.runtime.setValue
3434import androidx.compose.ui.Alignment
3535import androidx.compose.ui.Modifier
36+ import androidx.compose.ui.draw.clip
3637import androidx.compose.ui.draw.clipToBounds
3738import androidx.compose.ui.geometry.CornerRadius
3839import androidx.compose.ui.geometry.Offset
@@ -61,6 +62,7 @@ import to.bitkit.ui.scaffold.AppTopBar
6162import to.bitkit.ui.scaffold.ScreenColumn
6263import to.bitkit.ui.shared.util.gradientBackground
6364import to.bitkit.ui.theme.Colors
65+ import to.bitkit.ui.theme.Shapes
6466import to.bitkit.utils.Logger
6567import java.util.concurrent.Executors
6668
@@ -163,6 +165,7 @@ private fun Content(
163165 Column (modifier = modifier.fillMaxSize()) {
164166 Box (modifier = modifier
165167 .fillMaxWidth()
168+ .clip(RoundedCornerShape (16 .dp))
166169 .weight(1f )) {
167170 AndroidView (
168171 modifier = Modifier
You can’t perform that action at this time.
0 commit comments