diff options
Diffstat (limited to 'framework/qml/ConversationView.qml')
-rw-r--r-- | framework/qml/ConversationView.qml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/framework/qml/ConversationView.qml b/framework/qml/ConversationView.qml index b1984121..85707300 100644 --- a/framework/qml/ConversationView.qml +++ b/framework/qml/ConversationView.qml | |||
@@ -80,9 +80,7 @@ FocusScope { | |||
80 | //Position view so the last email begins on top of the view | 80 | //Position view so the last email begins on top of the view |
81 | onContentHeightChanged: { | 81 | onContentHeightChanged: { |
82 | //FIXME This doesn't work quite correctly when we have headers and footers in the listview and the mail loads to slowly and only one item to show. | 82 | //FIXME This doesn't work quite correctly when we have headers and footers in the listview and the mail loads to slowly and only one item to show. |
83 | listView.positionViewAtIndex(0, ListView.End) | 83 | listView.positionViewAtIndex(currentIndex, ListView.End) |
84 | //A futile attempt to fix the problem above | ||
85 | listView.returnToBounds() | ||
86 | } | 84 | } |
87 | 85 | ||
88 | Keys.onDownPressed: { | 86 | Keys.onDownPressed: { |