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 issue #62 #63

Closed foxanna closed 5 years ago

foxanna commented 5 years ago

This PR contains fix of issue https://github.com/xabre/xamarin-forms-tab-badge/issues/62 suggested by @Phenek. It allows avoiding IndexOutOfRange exception. Besides, it solves cases when a page with attached TabBadge.Badge*Property lies within a parent, while it should not affect exising use cases.

Phenek commented 5 years ago

Thanks Foxanna to make this PR. Regards 👍

xabre commented 5 years ago

Thanks for your help :)