Skip to content

Commit

Permalink
Adds missing call to super in viewWillAppear (firebase#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriyvan authored and morganchen12 committed Nov 27, 2017
1 parent 7137330 commit 7dce584
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions invites/InvitesExampleSwift/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class ViewController: UIViewController, GIDSignInDelegate, GIDSignInUIDelegate,

// [START viewdidload]
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
GIDSignIn.sharedInstance().delegate = self
GIDSignIn.sharedInstance().uiDelegate = self
GIDSignIn.sharedInstance().signInSilently()
Expand Down

0 comments on commit 7dce584

Please sign in to comment.