Bug:
- have 3 images in Camera
- upload them
- install this branch
- enable "upload previously"
- enable upload for folder "Camera"
- see that three items as conflict in upload list view +1
- click on one, select "keep server"
- still see three items
--> it should be two
This is a display bug, if you refresh up to date list is displayed.
FileDownloader L645 and UploadsStorageManager L238 -> UploadListAdapter doesn't register as an Observer of UploadsStorageManager. But there are multiple instances (see screenshot) of UploadsStorageManager so it doesn't work anyway. I need your help @tobiasKaminsky on how you would make this class an effective singleton; else there is no way to properly update the view.

@tobiasKaminsky up on my answers to your comments btw.
Originally posted by @ArisuOngaku in #4788 (comment)
This is a display bug, if you refresh up to date list is displayed.
FileDownloader L645andUploadsStorageManager L238-> UploadListAdapter doesn't register as an Observer ofUploadsStorageManager. But there are multiple instances (see screenshot) ofUploadsStorageManagerso it doesn't work anyway. I need your help @tobiasKaminsky on how you would make this class an effective singleton; else there is no way to properly update the view.@tobiasKaminsky up on my answers to your comments btw.
Originally posted by @ArisuOngaku in #4788 (comment)