| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
LGTM
- (void)viewWillTransitionToSize:(CGSize)size
withTransitionCoordinator:
(id<UIViewControllerTransitionCoordinator>)coordinator {```suggestion
#pragma mark - UIContentContainer
- (void)viewWillTransitionToSize:(CGSize)size
withTransitionCoordinator:
(id<UIViewControllerTransitionCoordinator>)coordinator {
```
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
- (void)viewWillTransitionToSize:(CGSize)size
withTransitionCoordinator:
(id<UIViewControllerTransitionCoordinator>)coordinator {```suggestion
#pragma mark - UIContentContainer- (void)viewWillTransitionToSize:(CGSize)size
withTransitionCoordinator:
(id<UIViewControllerTransitionCoordinator>)coordinator {
```
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
3 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: ios/chrome/browser/toolbar/ui/toolbar_view_controller.mm
Insertions: 1, Deletions: 0.
@@ -378,6 +378,7 @@
_bannerPromoBackgroundHeightConstraint.constant = [self
bannerPromoBackgroundHeightForFullscreenProgress:_fullscreenProgress];
}
+#pragma mark - UIContentContainer
- (void)viewWillTransitionToSize:(CGSize)size
withTransitionCoordinator:
```
[ios] Fix an issue with the toolbar buttons on rotation
This change fixes an issue when the user scrolls to enter fullscreen and
then rotates to landscape. Because some buttons appear only in
landscape, those buttons hidden property is changed which also sets the
alpha which causes them to appear even when the rest of the toolbar is
in fullscreen.
Example of issue:
https://screenshot.googleplex.com/B9U7pACxiipJWjq.png
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |