Media-Picker icon indicating copy to clipboard operation
Media-Picker copied to clipboard

Result contains previous selections

Open kamalnayan04 opened this issue 2 years ago • 0 comments

First of all thanks for making this awesome library. But I have found some issue.

In onActivityResult it also returns the previously selected items.

For example I have selected 3 items first time then again created instance and selected 1 item. So in the second time I will get 4 items ( first 3 + 1 of this time ).

kamalnayan04 avatar Sep 23 '22 14:09 kamalnayan04