scroll up on post change

This commit is contained in:
Jeena 2015-02-04 02:27:01 +01:00
parent 927474261e
commit 6968d8ed0e

View file

@ -49,6 +49,7 @@ ScrollView {
onCurrentItemChanged: {
item.content.post = server.posts[currentIndex]
content.flickableItem.contentY = 0
}
}
}