Skip to content

Commit

Permalink
Merge pull request #18 from Rohit-554/master
Browse files Browse the repository at this point in the history
Stacking Problem Resolved
  • Loading branch information
1HazArd1 authored Feb 28, 2022
2 parents bbdd992 + 75c26f2 commit 2236a85
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 @@ -46,7 +46,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 2236a85

Please sign in to comment.