mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-21 02:58:55 +00:00
In some rare cases hiding collectibles was causing segfault, related to checking if all timestamps are available. Combination of 2 SFPMs with the same source and Aggregator working on those models. Additionally filters/sorters were depending on the Aggregator value. The minimal crashing sample has been isolated to be investigated in a separate ticket. In this commit aggregator's value is applied in a deferred way via Qt.callLater, fixing the issue. Closes: #15775