Skip to content

Commit

Permalink
fix issue #6
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Barreto committed Apr 22, 2014
1 parent addd44f commit 60c033e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion XLForm/XL/Cell/XLFormDateCell.m
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ -(BOOL)resignFirstResponder
XLFormSectionDescriptor * formSection = [self.formViewController.form.formSections objectAtIndex:nextRowPath.section];
[formSection removeFormRow:nextFormRow];
}
return YES;
}
return [super resignFirstResponder];
}
Expand Down

0 comments on commit 60c033e

Please sign in to comment.