Skip to content

Commit

Permalink
Update A0SMSCodeViewController.m (#389)
Browse files Browse the repository at this point in the history
Allow multiline message for SMS controller
  • Loading branch information
bourgois authored and hzalaz committed Feb 16, 2017
1 parent 5c8f881 commit e1f4842
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Lock/SMS/Private/A0SMSCodeViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ - (void)viewDidLoad {
self.codeFieldView = codeField;
self.messageLabel = messageLabel;
self.loginButton = loginButton;

self.messageLabel.numberOfLines = 0;

self.title = A0LocalizedString(@"Enter SMS code");
A0Theme *theme = [A0Theme sharedInstance];
[theme configurePrimaryButton:self.loginButton];
Expand Down

0 comments on commit e1f4842

Please sign in to comment.