Show lang code in source long press dialog
(cherry picked from commit 52ae208df3f339f8dea040408cf4f9f0b371633a)
This commit is contained in:
parent
c449a59696
commit
0556c5c2ff
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user