Skip to content

Commit

Permalink
Merge pull request #60 from fabriziobertoglio1987/expensify-fix-input…
Browse files Browse the repository at this point in the history
…-field-scrolls-up
  • Loading branch information
dangrous authored Aug 2, 2023
2 parents 86d09f2 + 8c6c871 commit 306533b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,9 @@ - (void)setTextAlignment:(NSTextAlignment)textAlignment

- (void)setAttributedText:(NSAttributedString *)attributedText
{
self.scrollEnabled = false;
[super setAttributedText:attributedText];
self.scrollEnabled = true;
[self textDidChange];
}

Expand Down

0 comments on commit 306533b

Please sign in to comment.