Skip to content

Commit

Permalink
Clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Oct 21, 2024
1 parent 1b970ed commit 0459fb1
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ fun FeatureIndicators(
MullvadFeatureChip(text = features[index].text())
}

// Spacing are added to compensate for when the
// Spacing are added to compensate for when there are no feature indicators, since each feature
// indicator has built-in padding. Padding looks the same towards Switch Location button with or
// without feature indicators.
if (features.isEmpty() && !expanded) {
Spacer(Modifier.height(Dimens.smallSpacer))
}
Expand Down

0 comments on commit 0459fb1

Please sign in to comment.