Replace z-axis fragment transition to fade
This commit is contained in:
@@ -312,7 +312,7 @@ class MainActivity :
|
||||
private fun setPrimaryFragment(fragment: Fragment) {
|
||||
supportFragmentManager.beginTransaction()
|
||||
.replace(R.id.container, fragment, TAG_PRIMARY)
|
||||
.setTransition(FragmentTransaction.TRANSIT_FRAGMENT_OPEN)
|
||||
.setTransition(FragmentTransaction.TRANSIT_FRAGMENT_FADE)
|
||||
.commit()
|
||||
adjustFabVisibility(topFragment = fragment)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user