mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-23 04:43:07 +00:00
don't create a backstack-entry when switching fragments in BrowseActivity
This commit is contained in:
parent
8ce91312a0
commit
db4538129d
1 changed files with 0 additions and 1 deletions
|
@ -178,7 +178,6 @@ class BrowseActivity : AppCompatActivity(),
|
|||
val ft = fm.beginTransaction()
|
||||
ft.replace(R.id.fragment_container, fragment,tag)
|
||||
ft.setReorderingAllowed(true)
|
||||
ft.addToBackStack(null)
|
||||
ft.setTransition(FragmentTransaction.TRANSIT_FRAGMENT_OPEN)
|
||||
ft.commit()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue