Skip to content

Commit

Permalink
fix: google login click evnet
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhz committed Mar 9, 2024
1 parent bfef39b commit 1e50414
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ class LoginFragment : Fragment() {

private fun onClickGoogleLogin() {
binding.googleButton.setOnClickListener {
startActivity(Intent(requireActivity(), OssLicensesMenuActivity::class.java))
// signIntWithGoogle()
signIntWithGoogle()
}
}
private fun signIntWithGoogle() {
Expand Down

0 comments on commit 1e50414

Please sign in to comment.