BUG FIX: show resolution in detailview.
This commit is contained in:
parent
33fa741a2a
commit
cac4807357
@ -34,7 +34,7 @@ class MainViewController : Controller() {
|
|||||||
with(mv.detailView) {
|
with(mv.detailView) {
|
||||||
nameInfo.text = name
|
nameInfo.text = name
|
||||||
formatInfo.text = format
|
formatInfo.text = format
|
||||||
resolutionInfo.text = date
|
resolutionInfo.text = res
|
||||||
dateInfo.text = date
|
dateInfo.text = date
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user