Skip to content

Commit

Permalink
Applied fix in to remove async for signout
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonnathan committed Jun 30, 2017
1 parent 23c9657 commit bed24fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/RNGoogleSignIn/RNGoogleSignIn.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ class RNGoogleSignIn: NSObject, GIDSignInUIDelegate {
}

@objc func signOut() {
DispatchQueue.main.async {
//DispatchQueue.main.async {
GIDSignIn.sharedInstance().signOut()
}
//}
}

@objc func signInSilently() {
Expand Down

0 comments on commit bed24fd

Please sign in to comment.