Skip to content

Commit 3edcd31

Browse files
authored
credits to @Krowe-moh :)
1 parent 21e727e commit 3edcd31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FModel/ViewModels/AssetsFolderViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ static void InvokeOnCollectionChanged(TreeItem item)
160160
InvokeOnCollectionChanged(folderItem);
161161
}
162162

163-
if (item.AssetsList.Assets.Any())
163+
if (item.AssetsList.Assets.Count != 0)
164164
item.AssetsList.Assets.InvokeOnCollectionChanged();
165165
}
166166
});

0 commit comments

Comments
 (0)