pocheshire / BottomNavigationBar

Bottom Navigation Bar for Xamarin
214 stars 70 forks source link

IgnoreShiftingResize and IgnoreScalingResize throw exceptions on _items == null #85

Open Robiwahn23 opened 6 years ago

Robiwahn23 commented 6 years ago

https://github.com/pocheshire/BottomNavigationBar/blob/549fba30780822c72bd3d1c84793805336cb36a8/src/bottom-navigation-bar/BottomBar.cs#L200

https://github.com/pocheshire/BottomNavigationBar/blob/549fba30780822c72bd3d1c84793805336cb36a8/src/bottom-navigation-bar/BottomBar.cs#L219

Both setters throw exceptions when _items == null. But the exception message says something different. So what is correct here?