summary refs log tree commit diff
path: root/resources/qml/TimelineSectionHeader.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2024-04-05 02:52:45 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2024-04-05 02:52:45 +0200
commita5f99b50eb427e2f100625374343323860481770 (patch)
tree7d0536242a668a1d2dc77eb657180526e9b6b3f6 /resources/qml/TimelineSectionHeader.qml
parentTry harder to make transparency for windows icon work (diff)
downloadnheko-a5f99b50eb427e2f100625374343323860481770.tar.xz
Hopefully fix the jump when replying after scrolling
Diffstat (limited to '')
-rw-r--r--resources/qml/TimelineSectionHeader.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/resources/qml/TimelineSectionHeader.qml b/resources/qml/TimelineSectionHeader.qml
index 17971b75..4ae4f286 100644
--- a/resources/qml/TimelineSectionHeader.qml
+++ b/resources/qml/TimelineSectionHeader.qml
@@ -73,10 +73,6 @@ Column {
             function onRoomAvatarUrlChanged() {
                 messageUserAvatar.url = room.avatarUrl(userId).replace("mxc://", "image://MxcImage/");
             }
-            function onScrollToIndex(index) {
-                chat.positionViewAtIndex(index, ListView.Center);
-            }
-
             target: room
         }