Kwasow / BottomNavigationCircles-Android

A library providing a custom Bottom Navigation Bar view

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Circle missing first item if view is dynamically changed to visible

Faiyyaz opened this issue · comments

Hi,

Thank you for such a great library.

I am trying to use single activity architecture using navigation components so I want to hide the bottom navigation bar for login pages.

It works fine but only the first time it doesn't show the circle colored after navigating to homepage from loginpage.

Can you give me some solution even forcefully selection of bottom tab can work for me.

Thanks!