Commit 555f939f authored by gambard's avatar gambard Committed by Commit bot

Display the status bar in the ReadingList in Landscape

BUG=678393

Review-Url: https://codereview.chromium.org/2611973003
Cr-Commit-Position: refs/heads/master@{#441913}
parent 69709ac6
...@@ -84,6 +84,10 @@ typedef NS_ENUM(NSInteger, LayoutPriority) { ...@@ -84,6 +84,10 @@ typedef NS_ENUM(NSInteger, LayoutPriority) {
constraint.active = YES; constraint.active = YES;
} }
- (BOOL)prefersStatusBarHidden {
return NO;
}
#pragma mark - ReadingListViewControllerAudience #pragma mark - ReadingListViewControllerAudience
- (void)setCollectionHasItems:(BOOL)hasItems { - (void)setCollectionHasItems:(BOOL)hasItems {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment