You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update BottomNavigation to respect bottom system insets (276bec8)
I found that in adjustResize mode, BottomNavigationView will be pushed up aligned with keyboard popped up, and insets.getSystemWindowInsetBottom() will be keyboard hight, causing BottomNavigationView increase padding bottom to double keyboard hight from screen bottom.