mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
Respond to CR.
// FREEBIE
This commit is contained in:
parent
1a7425d63d
commit
6b3fabc0c1
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@ NSString *const kCompletedRegistrationSegue = @"CompletedRegistration";
|
|||
[result appendFormat:@"%c", c];
|
||||
}
|
||||
}
|
||||
return result;
|
||||
return [result copy];
|
||||
}
|
||||
|
||||
- (BOOL)textField:(UITextField *)textField
|
||||
|
|
Loading…
Reference in a new issue