Remove preview Text.

This commit is contained in:
Benoit Marty 2023-08-29 16:39:59 +02:00
parent 79af05bc08
commit a86100003f

View file

@ -71,7 +71,6 @@ fun AnalyticsPreferencesView(
}
}
)
Text(text = subtitle)
},
leadingContent = null,
trailingContent = ListItemContent.Switch(checked = state.isEnabled, onChange = ::onEnabledChanged),