ViewModel.Media.CollectionChanged += OnMediaOnCollectionChanged; OnCollectionChanged Event does not make much sense, as the collection does not update / raises that event on deleting files there or another user doing so...
Not implemented for all collections and stuff... Current implementation could be improved.
Together with: https://github.com/UnigramDev/Unigram/issues/1922
--
ViewModel.Media.CollectionChanged += OnMediaOnCollectionChanged;
OnCollectionChanged Event does not make much sense, as the collection does not update / raises that event on deleting files there or another user doing so...Not implemented for all collections and stuff... Current implementation could be improved.