diff --git a/src/app/mainview/components/SmartListItemDelegate.qml b/src/app/mainview/components/SmartListItemDelegate.qml index dc3b1b22..6d21cece 100644 --- a/src/app/mainview/components/SmartListItemDelegate.qml +++ b/src/app/mainview/components/SmartListItemDelegate.qml @@ -79,10 +79,6 @@ ItemDelegate { root.convId = UID } - Component.onDestruction: { - UtilsAdapter.clearInteractionsCache(root.accountId, root.convId) - } - RowLayout { anchors.fill: parent anchors.leftMargin: 15