BottomNavigationBar icon indicating copy to clipboard operation
BottomNavigationBar copied to clipboard

IgnoreShiftingResize and IgnoreScalingResize throw exceptions on _items == null

Open Robiwahn23 opened this issue 6 years ago • 0 comments

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?

Robiwahn23 avatar Jun 27 '18 10:06 Robiwahn23