Show lang code in source long press dialog

pull/3540/head
arkon 4 years ago
parent 34aaa7fb0a
commit 52ae208df3

@ -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

Loading…
Cancel
Save