Show lang code in source long press dialog

This commit is contained in:
arkon 2020-07-26 16:31:31 -04:00
parent 34aaa7fb0a
commit 52ae208df3

View File

@ -141,7 +141,7 @@ class SourceController :
}
MaterialDialog(activity)
.title(text = item.source.name)
.title(text = item.source.toString())
.listItems(
items = items.map { it.first },
waitForPositiveButton = false