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