Use different string
This commit is contained in:
parent
ef56d926b1
commit
a53ee1b273
@ -554,7 +554,7 @@ fun ColumnScope.ConfigureCalendarWidget(
|
||||
for (group in groups) {
|
||||
val pluginName = remember(plugins, group.key) {
|
||||
if (group.key == "local") context.getString(R.string.preference_calendar_calendars)
|
||||
else if (group.key == "tasks.org") context.getString(R.string.preference_calendar_tasks)
|
||||
else if (group.key == "tasks.org") context.getString(R.string.preference_search_tasks)
|
||||
else plugins.find { it.authority == group.key }?.label
|
||||
}
|
||||
if (pluginName != null) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user