Sort list of sources in migration alphabetically

pull/3372/head
arkon 4 years ago committed by Jay
parent 42e299366a
commit 3827993a94

@ -64,6 +64,7 @@ class MigrationPresenter(
val header = SelectionHeader()
return library.map { it.source }.toSet()
.mapNotNull { if (it != LocalSource.ID) sourceManager.getOrStub(it) else null }
.sortedBy { it.name }
.map { SourceItem(it, header) }
}

Loading…
Cancel
Save