Hi,
On Android, ImageService.Initialize(fadeAnimationEnabled: false);
in MainActivity.cs` throws a null reference exception if the following is done:
- Run application
- Hit back button to close the app
- Run it again immediately after it's closed
Please see sample code.