Fix warning
This commit is contained in:
parent
999a1f6a59
commit
a770716984
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ class DeveloperSettingsPresenter(
|
|||
val tracingLogPacks by produceState(persistentListOf()) {
|
||||
appPreferencesStore.getTracingLogPacksFlow()
|
||||
// Sort the entries alphabetically by its title
|
||||
.map { it.sortedBy { it.title } }
|
||||
.map { it.sortedBy { pack -> pack.title } }
|
||||
.collectLatest { value = it.toImmutableList() }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue