Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strange movment when switching between fragments #79

Open
aurelajasiqi-velanis opened this issue Oct 27, 2021 · 0 comments
Open

Strange movment when switching between fragments #79

aurelajasiqi-velanis opened this issue Oct 27, 2021 · 0 comments

Comments

@aurelajasiqi-velanis
Copy link

When I use supportFragmentManager to hide and show fragments, navigation bar floats sometimes from up to down or other way around when i click on its items. When I remove onItemSelectedListener it doesnt happpen anymore. This is some piece of code I use

      navigation.setOnItemSelectedListener {

            when(it){
                R.id.home_tab_navigation -> {

                    manager.beginTransaction().hide(activeFragment).show(homeFragment).commit()
                    activeFragment = homeFragment
                    return@setOnItemSelectedListener
                }

}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant