We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4511cf commit 17f0d96Copy full SHA for 17f0d96
qml/pages/MessageListView.qml
@@ -90,8 +90,6 @@ SilicaListView {
90
var unreadIndex = timestampToIndex(channel.lastRead);
91
if (unreadIndex > -1) {
92
listView.positionViewAtIndex(unreadIndex, ListView.Center)
93
- } else {
94
- listView.positionViewAtBeginning()
95
}
96
inputEnabled = true
97
loading = false
0 commit comments