summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-01-16 13:54:38 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-01-16 13:54:56 +0100
commit42b08257ec8badea788a4b02e901b633edd63211 (patch)
tree3cb1b479d832f7df91574a8c5999e9df8d69742c /resources
parentTranslated using Weblate (Italian) (diff)
downloadnheko-42b08257ec8badea788a4b02e901b633edd63211.tar.xz
Make read markers a bit less confusing
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/MessageView.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/MessageView.qml b/resources/qml/MessageView.qml

index 7799dbf7..e3222054 100644 --- a/resources/qml/MessageView.qml +++ b/resources/qml/MessageView.qml
@@ -20,10 +20,10 @@ ListView { spacing: 4 verticalLayoutDirection: ListView.BottomToTop onCountChanged: { + // Mark timeline as read if (atYEnd) model.currentIndex = 0; - - } // Mark last event as read, since we are at the bottom + } ScrollHelper { flickable: parent