PhotoBrowser.Forms icon indicating copy to clipboard operation
PhotoBrowser.Forms copied to clipboard

view.FindViewById is null

Open jxnkwlp opened this issue 8 years ago • 0 comments

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 .

jxnkwlp avatar Mar 28 '18 09:03 jxnkwlp