Skip to content

Commit 1a15201

Browse files
authored
Merge pull request #777 from bcc-code/feature/year-in-review
fix button for "See Year in Review"
2 parents 298efc2 + 9d2dfe1 commit 1a15201

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

BMM.UI.iOS/Application/TableViewCell/YearInReviewTeaserExpandedCell.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ public YearInReviewTeaserExpandedCell(ObjCRuntime.NativeHandle handle)
4444

4545
set.Bind(SeeReviewButton)
4646
.To(po => po.SeeReviewCommand);
47+
set.Bind(SeeReviewButton)
48+
.For(v => v.BindTitle())
49+
.To(po => po.YearInReviewTeaser.ButtonTitle);
4750

4851
set.Apply();
4952
});

0 commit comments

Comments
 (0)