harbour-fernschreiber/qml
Slava Monich bd695d1a91 Fix occasional crashes on long-tapping poll items
The crash was happening when Repeater was adding context menu items
instantiated by PollPreview to context menu owned by MessageListViewItem.

It's fixed by instantiating those extra menu items inside context menu
itself. Generic ListElement couldn't be used because it doesn't like
functions as property values, hence this NamedAction thing.
2020-12-06 01:52:19 +02:00
..
components Fix occasional crashes on long-tapping poll items 2020-12-06 01:52:19 +02:00
js Remove 'offline' in user status, addresses majority vote in #219 2020-12-05 15:55:45 +01:00
pages Removed unused imports 2020-12-04 21:39:02 +01:00
harbour-fernschreiber.qml fix functions scope; make appNotification global 2020-11-23 20:15:28 +01:00