1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2024-10-24 09:42:48 +02:00
Nextcloud-Desktop/src
Michael Schuster de8a7aa680
Fix Activity List: Add check to avoid first empty entry
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>
2019-12-18 03:31:32 +01:00
..
3rdparty Remove submodule qtmacgoodies and the MacSettingsDialog class 2019-12-09 21:46:44 +01:00
cmd Fix the hiddensync state in the UI + also sync hidden in cmd 2018-09-01 16:30:27 +02:00
common initialize _modtime to prevent undefined usage 2019-10-17 19:38:54 +02:00
crashreporter More fixes for the OSX daily builds 2018-06-21 15:22:53 +02:00
csync Don't need a second if for non-Windows, using Qt macro for platform check 2019-12-05 20:05:06 +01:00
gui Fix Activity List: Add check to avoid first empty entry 2019-12-18 03:31:32 +01:00
libsync Implement and move some colour-aware helper methods into the Theme class 2019-12-09 21:46:47 +01:00
CMakeLists.txt MSVC Fix for PR #1526: Fix clang's variadic macro warnings 2019-12-05 20:21:13 +01:00