davidortinau / Xappy

A mobile app to track Xamarin news and explore all the goodness that is .NET for Mobile developers
MIT License
350 stars 106 forks source link

Application crashes on iOS before 13.0 #47

Open xperseguers opened 4 years ago

xperseguers commented 4 years ago

Those lines are using a non-existing (null) variable when running iOS 11 or iOS 12:

https://github.com/davidortinau/Xappy/blob/feature/dark13/Xappy/Xappy.iOS/Renderers/PageRenderer.cs#L34,L36