1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2024-10-28 08:49:35 +01:00

smartlistitemdelegate: avoid weird conversation jump

Change-Id: I951d6938b4154dccce5a267744976fdc3da7f660
This commit is contained in:
Sébastien Blin 2023-12-18 10:40:36 -05:00
parent e74be0934e
commit 15eb51c7ca

View file

@ -79,10 +79,6 @@ ItemDelegate {
root.convId = UID
}
Component.onDestruction: {
UtilsAdapter.clearInteractionsCache(root.accountId, root.convId)
}
RowLayout {
anchors.fill: parent
anchors.leftMargin: 15