There was an error while loading. Please reload this page.
1 parent 4ea85d0 commit de9c599Copy full SHA for de9c599
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, centerY / 2);
+// _buttonContainerView.center = CGPointMake(self.view.center.x, centerY / 2);
168
return;
169
}
170
0 commit comments