You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugfix: Android crash in BasemapGallery due to Canvas trying to use a recycled bitmap Exception (#664)
* - Added a new `ThumbnailImage` class in `BasemapGallery` to address a known issue with recycled bitmaps in MAUI `CollectionView` on Android, preventing related Java exceptions.
- Added a `using` statement for the stream from `Thumbnail.GetEncodedBufferAsync()`, ensuring proper disposal.
* Update BasemapGallery.Appearance.cs
0 commit comments