There was an error while loading. Please reload this page.
1 parent bda6554 commit 7b2c87dCopy full SHA for 7b2c87d
Auth/FirebaseAuthUI/FUIAuthPickerViewController.m
@@ -164,7 +164,7 @@ - (void)viewDidLayoutSubviews {
164
CGFloat centerY = CGRectGetHeight(self.view.bounds) - distanceFromCenterToBottom;
165
// Compensate for bounds adjustment if any.
166
// centerY += self.view.bounds.origin.y;
167
- _buttonContainerView.center = CGPointMake(self.view.center.x, 300);
+ _buttonContainerView.center = CGPointMake(self.view.center.x, 250);
168
return;
169
}
170
0 commit comments