Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Unified Diff: ios/chrome/browser/ui/reading_list/reading_list_view_controller_container.mm

Issue 2611973003: Display the status bar in the ReadingList in Landscape (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/reading_list/reading_list_view_controller_container.mm
diff --git a/ios/chrome/browser/ui/reading_list/reading_list_view_controller_container.mm b/ios/chrome/browser/ui/reading_list/reading_list_view_controller_container.mm
index 52ffd420f259d7df4573da861be1a27617b16744..d3747b2baf2da17d1b526795113263142f52ec9b 100644
--- a/ios/chrome/browser/ui/reading_list/reading_list_view_controller_container.mm
+++ b/ios/chrome/browser/ui/reading_list/reading_list_view_controller_container.mm
@@ -84,6 +84,10 @@ typedef NS_ENUM(NSInteger, LayoutPriority) {
constraint.active = YES;
}
+- (BOOL)prefersStatusBarHidden {
+ return NO;
+}
+
#pragma mark - ReadingListViewControllerAudience
- (void)setCollectionHasItems:(BOOL)hasItems {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698