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

An unhandled exception occured

$
0
0

Hello,

After update Xamarin.Forms to 1.4.4.6392 when I use an ActivityIndicator my application fall with "An unhandled exception occured".

The code is simple:

ActivityIndicator activityIndicator = new ActivityIndicator
{
Color = Device.OnPlatform(Color.Black, Color.Default, Color.Default),
IsRunning = true,
VerticalOptions = LayoutOptions.CenterAndExpand
};

  this.Content = new StackLayout
  {
    Children = 
            {
                header,
                activityIndicator
            }
  };

Viewing all articles
Browse latest Browse all 91519

Trending Articles



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