hihain / UnigramMobile

A Telegram Messenger client made for Windows 10 Mobile.
https://www.microsoft.com/store/apps/9NSD4T15QLFX
GNU General Public License v3.0
46 stars 7 forks source link

Update shared media statistics on deletion #22

Open hihain opened 4 years ago

hihain commented 4 years ago

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.