Remove source lang on migrate screen also seperate removed source on alphabetical sort (#7041)

* Remove source lang on migrate screen also seperate removed source on alphabetical sort

* Review changes

* Rename Variable
This commit is contained in:
FourTOne5
2022-04-30 05:33:00 -07:00
committed by GitHub
parent ccff333123
commit 6ef6eab994
3 changed files with 18 additions and 11 deletions
@@ -99,6 +99,7 @@ fun MigrateSourceItem(
BaseSourceItem(
modifier = modifier,
source = source,
showLanguageInContent = source.lang != "",
onClickItem = onClickItem,
onLongClickItem = onLongClickItem,
action = {