Skip to content

Commit

Permalink
Reverted back some changes.| #2162
Browse files Browse the repository at this point in the history
  • Loading branch information
DenBond7 committed Mar 10, 2023
1 parent c3adb20 commit 6a3284c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ class GeneralUtil {
withContext(Dispatchers.IO) {
//before fetch idToken from [GoogleSignInClient]
//we try to get IdToken from the flavor settings
FlavorSettings.getGoogleIdToken().let { return@withContext it }
FlavorSettings.getGoogleIdToken()?.let { return@withContext it }

val googleSignInClient = GoogleSignIn.getClient(
context,
Expand Down

0 comments on commit 6a3284c

Please sign in to comment.