mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2025-08-13 23:17:03 +02:00

Add checks to ActivityListModel::combineActivityLists in order to avoid adding
empty Activity entries to the _finalList.
The previous implementation always added an empty entry to the top of the list because
_notificationIgnoredFiles was appended without checking (_listOfIgnoredFiles.size() > 0).
Signed-off-by: Michael Schuster <michael@schuster.ms>
(cherry picked from commit cc21d175f1
)
Signed-off-by: Michael Schuster <michael@schuster.ms>