Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
anandwana001 committed Dec 12, 2024
1 parent dde8f5b commit 685d5e6
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ internal constructor(

/** Initializes the login flow, installing Google Play Services if necessary. */
suspend fun initializeLogin() {
val isGooglePlayServicesAvailable = googleApiManager.installGooglePlayServices()
if (!isGooglePlayServicesAvailable) {
error("Google Play Services installation failed")
}
googleApiManager.installGooglePlayServices()
userRepository.init()
}
}

0 comments on commit 685d5e6

Please sign in to comment.