stormlion227 / PhotoBrowser.Forms

Full screen image viewer(Xamarin.Forms) that includes "pinch to zoom" and "swipe to dismiss" gestures.
MIT License
76 stars 47 forks source link

view.FindViewById is null #2

Open jxnkwlp opened 6 years ago

jxnkwlp commented 6 years ago

in file Stormlion.PhotoBrowser.Droid.ImageOverlayView

tvDescription = view.FindViewById<TextView>(Resource.Id.tvDescription); btnAction = view.FindViewById<ImageButton>(Resource.Id.btnShare);

tvDescription , btnAction is null , so it break when run here .

i down the source and add null check , then buid to my project .