Show lang code in source long press dialog

(cherry picked from commit 52ae208df3f339f8dea040408cf4f9f0b371633a)
This commit is contained in:
arkon 2020-07-26 16:31:31 -04:00 committed by Jobobby04
parent c449a59696
commit 0556c5c2ff

View File

@ -200,7 +200,7 @@ class SourceController(bundle: Bundle? = null) :
// SY <--
MaterialDialog(activity)
.title(text = item.source.name)
.title(text = item.source.toString())
.listItems(
items = items.map { it.first },
waitForPositiveButton = false