Skip to content

Commit de9c599

Browse files
author
squalle0nhart
committed
update UI
1 parent 4ea85d0 commit de9c599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Auth/FirebaseAuthUI/FUIAuthPickerViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ - (void)viewDidLayoutSubviews {
164164
CGFloat centerY = CGRectGetHeight(self.view.bounds) - distanceFromCenterToBottom;
165165
// Compensate for bounds adjustment if any.
166166
centerY += self.view.bounds.origin.y;
167-
_buttonContainerView.center = CGPointMake(self.view.center.x, centerY / 2);
167+
// _buttonContainerView.center = CGPointMake(self.view.center.x, centerY / 2);
168168
return;
169169
}
170170

0 commit comments

Comments
 (0)