Skip to content

Commit

Permalink
Stacking Problem Resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit-554 committed Feb 27, 2022
1 parent 218cfc6 commit 75c26f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/hazard/samarpan/LoginFragment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class LoginFragment: Fragment() {
userSignUp?.setOnClickListener {
val userRegistrationPage=UserRegisterFragment()
activity?.supportFragmentManager?.beginTransaction()?.replace(R.id.fragment_container1,userRegistrationPage)
?.addToBackStack(null)?.commit()
?.commit()
}

btnLogin?.setOnClickListener {
Expand Down

0 comments on commit 75c26f2

Please sign in to comment.