Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 91519

Acr.UserDialogs.ActionSheet(ActionSheetConfig) not working consistently

$
0
0

I have the following piece of code:

        private void ListViewAttachmentSelectSize(MediaFile IMediaFile)
        {
            ActionSheetConfig ASImageSize = new ActionSheetConfig();
            ASImageSize.Title = "Attachment Size";
            ASImageSize.Add("Small", OnSaveSmallSize(IMediaFile));
            ASImageSize.Add("Medium", OnSaveMediumSize(IMediaFile));
            ASImageSize.Add("Large", OnSaveLargeSize(IMediaFile));
            UserDialogs.Instance.ActionSheet(ASImageSize);
        }

Its been working just fine and then about a week ago stopped. I reverted back to the previous version of Xamarin.Forms 1.4.4.6449 and Acr.UserDialogs -Version 4.1.0 with no luck. If I use breakpoints, it will come up the first time and then not after. Any thoughts?


Viewing all articles
Browse latest Browse all 91519

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>