Closed hemanth-sp closed 5 years ago
try with:
fragNavController.setRootFragments(fragments);
error : java.lang.IndexOutOfBoundsException: Can't switch to a tab that hasn't been initialized, Index : 0, current stack size : 0. Make sure to create all of the tabs you need in the Constructor or provide a way for them to be created via RootFragmentListener.
Still getting this issue.
` //list of fragments List fragments = new ArrayList<>(3);