Skip to content

Commit

Permalink
Add to backstack when starting norobot fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxcucus committed Apr 9, 2024
1 parent be6069f commit 0856f9c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,7 @@ class MainActivity : AppCompatActivity() {
supportFragmentManager.beginTransaction()
.replace(R.id.main_content, newFragment, ApplicationScreens.NoRobot.toString())
.setTransition(FragmentTransaction.TRANSIT_FRAGMENT_FADE)
.addToBackStack("FromRegister")
.commit()

}
Expand Down

0 comments on commit 0856f9c

Please sign in to comment.