Studyxnet / FilePicker-Plugin-for-Xamarin-and-Windows

FilePicker Plugin for Xamarin and Windows
MIT License
74 stars 52 forks source link

_completionSource getting null once I cancel to upload any document on android #20

Open ShahriatHossain opened 7 years ago

ShahriatHossain commented 7 years ago

I am getting null when cancelling to upload pdf in this snippet of code

var tcs = Interlocked.Exchange(ref _completionSource, null);

here tcs getting null as a result app is crashing because of this code below:

tcs.SetResult(null);

jfversluis commented 7 years ago

Noticed this happening sometimes, tried to fix it in new code