[Bug] Android NullReferenceException GetMetaData #997
Description
On Startup MediaElement (Source not set) causes an unhandled Exception:
{System.NullReferenceException: Object reference not set to an instance of an object. at Xamarin.CommunityToolkit.UI.Views.FormsVideoView+<>c__DisplayClass7_0.b__0 () [0x00006] in <08abc6c084af4622851290c7f2f974ff>:0 at System.Threading.Tasks.…}
at Xamarin.CommunityToolkit.UI.Views.FormsVideoView+<>c__DisplayClass7_0.b__0 () [0x00006] in <08abc6c084af4622851290c7f2f974ff>:0
at System.Threading.Tasks.Task.InnerInvoke () [0x0000f] in /Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/external/corert/src/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs:2476
at System.Threading.Tasks.Task.Execute () [0x00000] in /Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/external/corert/src/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs:2319
Xamarin Toolkit 1.0.3
The view works later despite the exception, playing a video is possible.