Skip to content

Commit

Permalink
Merge pull request #8 from jzeferino/patch-2
Browse files Browse the repository at this point in the history
Remove duplicated line
  • Loading branch information
andrius-k authored Sep 20, 2019
2 parents 89c2a09 + c0004fe commit f6c7fc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Toast/ToastViews/DismissibleTitleMessageToastView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ protected override void Initialize()
DismissButton.TranslatesAutoresizingMaskIntoConstraints = false;
DismissButton.TitleLabel.LineBreakMode = Toast.Appearance.DismissButtonLineBreakMode;
DismissButton.TouchUpInside += DismissButton_TouchUpInside;
DismissButton.TranslatesAutoresizingMaskIntoConstraints = false;
AddSubview(DismissButton);
}

Expand Down

0 comments on commit f6c7fc3

Please sign in to comment.