mirror of
https://git.mihon.tech/mihonapp/mihon
synced 2024-11-23 13:45:43 +03:00
Show lang code in source long press dialog
This commit is contained in:
parent
34aaa7fb0a
commit
52ae208df3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue