mirror of
https://github.com/CherretGit/zaprett-app.git
synced 2025-12-10 05:29:37 +05:00
remove unnecessary modifier
This commit is contained in:
@@ -156,9 +156,7 @@ fun StrategySelectionScreen(navController: NavController, vpnLauncher: ActivityR
|
|||||||
top = paddingValues.calculateTopPadding(),
|
top = paddingValues.calculateTopPadding(),
|
||||||
bottom = paddingValues.calculateBottomPadding() + 40.dp
|
bottom = paddingValues.calculateBottomPadding() + 40.dp
|
||||||
),
|
),
|
||||||
modifier = Modifier
|
modifier = Modifier.fillMaxSize()
|
||||||
.navigationBarsPadding()
|
|
||||||
.fillMaxSize()
|
|
||||||
) {
|
) {
|
||||||
item {
|
item {
|
||||||
Row (
|
Row (
|
||||||
@@ -237,4 +235,4 @@ private fun NoHostsCard(noHostsCard: MutableState<Boolean>) {
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user