Show lang code in source long press dialog
(cherry picked from commit 52ae208df3)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user