xabre / xamarin-forms-tab-badge

Xamarin Forms bindable Tab badges for iOS, Android, UWP, MacOS and WPF
MIT License
307 stars 75 forks source link

Fix IndexOutOfRangeException and update XF #103

Closed andrk0p closed 2 years ago

andrk0p commented 3 years ago

When I started using your nuget package, I ran into a situation where the indexOf function can return a value of -1.

var tabIndex = Tabbed.Children.IndexOf(page);

This leads to a global application error. I fixed this in a simple way and updated Xamarin Forms to the latest version. Everything works correctly.

maonaoda commented 2 years ago

@xabre May I ask when this PR is going to release?