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

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

Issue 2751833005: Add Distillation info to Reading List view. (Closed)
Patch Set: clean Created 3 years, 9 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
Index: ios/chrome/browser/ui/reading_list/reading_list_coordinator.mm
diff --git a/ios/chrome/browser/ui/reading_list/reading_list_coordinator.mm b/ios/chrome/browser/ui/reading_list/reading_list_coordinator.mm
index 6044569c864a992c06a77d635a3c3a8e532af30b..c26af2d187b7bca18a43f6f45ca0981322bff738 100644
--- a/ios/chrome/browser/ui/reading_list/reading_list_coordinator.mm
+++ b/ios/chrome/browser/ui/reading_list/reading_list_coordinator.mm
@@ -153,8 +153,8 @@ enum UMAContextMenuAction {
_alertCoordinator = [[ActionSheetCoordinator alloc]
initWithBaseViewController:self.containerViewController
- title:readingListItem.text
- message:readingListItem.detailText
+ title:readingListItem.title
+ message:readingListItem.subtitle
rect:CGRectMake(menuLocation.x, menuLocation.y, 0,
0)
view:readingListCollectionViewController

Powered by Google App Engine
This is Rietveld 408576698