Closed dimonovdd closed 3 weeks ago
UseCreateChooser property has been deleted. It is not used after merging https://github.com/dimonovdd/Xamarin.MediaGallery/pull/82
UseCreateChooser
public class MediaPickRequest { /// <summary>Gets or sets whether to use Intent.CreateChooser. Currently used only for Android.</summary> public bool UseCreateChooser { get; set; } = true; }
https://github.com/dimonovdd/Xamarin.MediaGallery/pull/82
main
@beeradmoore we will need to write documentation to migration for new version.
Description
API Changes
UseCreateChooser
property has been deleted. It is not used after merging https://github.com/dimonovdd/Xamarin.MediaGallery/pull/82https://github.com/dimonovdd/Xamarin.MediaGallery/pull/82
PR Checklist
main