Skip to content

Commit

Permalink
Update TiUITextArea.m
Browse files Browse the repository at this point in the history
removed unused variable
  • Loading branch information
mbender74 authored Apr 22, 2022
1 parent 976b4ca commit a297d4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iphone/Classes/TiUITextArea.m
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ - (void)textViewDidEndEditing:(UITextView *)tv

- (void)textViewDidChange:(UITextView *)tv
{
CGFloat height = tv.contentSize.height;
NSNumber *textareaHeight = [NSNumber numberWithFloat:tv.contentSize.height];

[(TiUITextAreaProxy *)[self proxy] noteValueChange:[(UITextView *)textWidgetView text]:textareaHeight];
Expand Down

0 comments on commit a297d4e

Please sign in to comment.