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
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
When launching a Xamarin Forms 3.0 app on either the simulator or an actual device, the app crashes when loading a tabbed page with the error "System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Android.Graphics.Bitmap'".
Steps to Reproduce
Unfortunately it's not consistent. Sometimes it will crash 10 times in a row, sometimes it will work 10 times in a row.
Expected Behavior
The app should function as normal and load the tabbed page.
Actual Behavior
The app crashes with the error "System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Android.Graphics.Bitmap'".
Description
When launching a Xamarin Forms 3.0 app on either the simulator or an actual device, the app crashes when loading a tabbed page with the error "System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Android.Graphics.Bitmap'".
Steps to Reproduce
Unfortunately it's not consistent. Sometimes it will crash 10 times in a row, sometimes it will work 10 times in a row.
Expected Behavior
The app should function as normal and load the tabbed page.
Actual Behavior
The app crashes with the error "System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Android.Graphics.Bitmap'".
Basic Information
-- Android 7.1 Simulator
-- Samsung Galaxy S9+ 8.1
-- Android 8.0 Simulator
The text was updated successfully, but these errors were encountered: