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 <--
|
// SY <--
|
||||||
|
|
||||||
MaterialDialog(activity)
|
MaterialDialog(activity)
|
||||||
.title(text = item.source.name)
|
.title(text = item.source.toString())
|
||||||
.listItems(
|
.listItems(
|
||||||
items = items.map { it.first },
|
items = items.map { it.first },
|
||||||
waitForPositiveButton = false
|
waitForPositiveButton = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user