Fix Groups text input

Reviewed By: javache

Differential Revision: D2590712

fb-gh-sync-id: 453e20970460c703230547d8fd649383ba7d4c4a
This commit is contained in:
Nick Lockwood
2015-11-04 04:04:37 -08:00
committed by facebook-github-bot-5
parent 4763f89efa
commit d799558db5
5 changed files with 87 additions and 9 deletions

View File

@@ -37,7 +37,7 @@
- (void)setText:(NSString *)text
{
if (_text != text) {
if (_text != text && ![_text isEqualToString:text]) {
_text = [text copy];
[self dirtyLayout];
[self dirtyText];