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(),
|
||||
bottom = paddingValues.calculateBottomPadding() + 40.dp
|
||||
),
|
||||
modifier = Modifier
|
||||
.navigationBarsPadding()
|
||||
.fillMaxSize()
|
||||
modifier = Modifier.fillMaxSize()
|
||||
) {
|
||||
item {
|
||||
Row (
|
||||
|
||||
Reference in New Issue
Block a user