roycornelissen/GMImagePicker.Xamarin

Previous Image Selection Exists!

Closed this issue · 3 comments

image

Previous Image Selections Exists,Even for new selection or instance

@roycornelissen Is there any solution for it?
Thanks in advance.

The only way I can explain this is that the selected assets have been added to the Assets collection of the GMImagePickerController's SelectedAssets collection before being showed. The sample app also does this, see line 81 in ViewController.cs:

The only way I can explain this is that the selected assets have been added to the Assets collection of the GMImagePickerController's SelectedAssets collection before being showed. The sample app also does this, see line 81 in ViewController.cs:

How to clear selected image of the last time selection? Thank!