More crash fixes

This commit is contained in:
arkon
2020-12-13 17:18:28 -05:00
parent e8627800fe
commit 4880741b8b
4 changed files with 5 additions and 3 deletions
@@ -101,7 +101,7 @@ object SettingsSearchHelper {
(pref.title != null) -> {
// Is an actual preference
val title = pref.title.toString()
val summary = if (pref.summary != null) pref.summary.toString() else ""
val summary = pref.summary?.toString() ?: ""
val breadcrumbsStr = addLocalizedBreadcrumb(breadcrumbs, "${pref.title}")
prefSearchResultList.add(