Skip to content

Commit

Permalink
Fixed zero size login button (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
edjiang authored Nov 28, 2017
1 parent de02a0e commit 02409dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/UberCore/Authentication/LoginButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ import UIKit
self.delegate?.loginButton(self, didCompleteLoginWithToken: token, error: error)
self.refreshContent()
}
sizeToFit()
}

/**
Expand Down

0 comments on commit 02409dc

Please sign in to comment.