|
@@ -141,7 +141,7 @@ class SourceController :
|
|
}
|
|
}
|
|
|
|
|
|
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
|