We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6880f2d commit d64e653Copy full SHA for d64e653
1 file changed
app/src/main/kotlin/features/subscription/SubscriptionGroupComponents.kt
@@ -151,7 +151,6 @@ internal fun SubscriptionGroupEditorDialog(
151
summary = resolvedUserAgent,
152
items = userAgentItems,
153
selectedIndex = selectedUserAgentIndex,
154
- modifier = Modifier.padding(bottom = 12.dp),
155
onSelectedIndexChange = { index ->
156
val selection = SubscriptionUserAgentSelections[index]
157
if (selection == SubscriptionUserAgentSelection.Custom) {
0 commit comments