We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c0537 commit e577665Copy full SHA for e577665
android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/ConnectScreen.kt
@@ -308,6 +308,7 @@ fun ConnectScreen(
308
state = uiState.tunnelUiState,
309
modifier =
310
Modifier.padding(horizontal = Dimens.sideMargin)
311
+ .padding(bottom = Dimens.screenVerticalMargin)
312
.testTag(CONNECT_BUTTON_TEST_TAG),
313
disconnectClick = onDisconnectClick,
314
reconnectClick = { handleThrottledAction(onReconnectClick) },
0 commit comments