I'm using NavigationComponent with BottomNavigationView.
I'm facing with a problem thats when i select first item in BottomNavigationView then go from fragment 1->2->3 after that i change selection to second item in BottomNavigationView. When i reselect first item in BottomNavigationView i'm losing fragment progress in first selected item.
A scheme of what I want to achieve
How can i manage it?