summaryrefslogtreecommitdiff
path: root/eventsview-plugins/eventsview-plugin-mastodon/MastodonFeedItem.qml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@jolla.com>2026-02-13 06:26:11 +0100
committerAndrew Branson <andrew.branson@jolla.com>2026-02-13 06:26:11 +0100
commitce4447024641c0ee793539d79a6d9be7a34a000b (patch)
tree9fc690b3c5e8c0f6f6b027f2d8461f5907397a55 /eventsview-plugins/eventsview-plugin-mastodon/MastodonFeedItem.qml
parent8c09980c00061a97eab050a4f0fd5fb4135d6ee7 (diff)
Drop libsocialcache files in MastodonPostsModel
Diffstat (limited to 'eventsview-plugins/eventsview-plugin-mastodon/MastodonFeedItem.qml')
-rw-r--r--eventsview-plugins/eventsview-plugin-mastodon/MastodonFeedItem.qml6
1 files changed, 5 insertions, 1 deletions
diff --git a/eventsview-plugins/eventsview-plugin-mastodon/MastodonFeedItem.qml b/eventsview-plugins/eventsview-plugin-mastodon/MastodonFeedItem.qml
index b9e5049..b9eb3ce 100644
--- a/eventsview-plugins/eventsview-plugin-mastodon/MastodonFeedItem.qml
+++ b/eventsview-plugins/eventsview-plugin-mastodon/MastodonFeedItem.qml
@@ -46,7 +46,11 @@ SocialMediaFeedItem {
_actionMenu.close()
}
}
- onPressAndHold: {
+ onPressAndHold: function(mouse) {
+ if (mouse) {
+ mouse.accepted = true
+ }
+ Lipstick.compositor.eventsLayer.setHousekeeping(false)
if (!housekeeping && !lockScreenActive) {
_contextMenuOpen = false
openActionMenu()