mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
dialer: stop dtmf on long press
This commit is contained in:
parent
d661309987
commit
b9e9337941
1 changed files with 2 additions and 0 deletions
|
|
@ -419,6 +419,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
NSString *newAddress =
|
||||
[[self.addressField.text substringToIndex:[self.addressField.text length] - 1] stringByAppendingString:@"+"];
|
||||
[self.addressField setText:newAddress];
|
||||
linphone_core_stop_dtmf(LC);
|
||||
}
|
||||
|
||||
- (void)onOneLongClick:(id)sender {
|
||||
|
|
@ -432,5 +433,6 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
} else {
|
||||
LOGE(@"Cannot call voice mail because URI not set or invalid!");
|
||||
}
|
||||
linphone_core_stop_dtmf(LC);
|
||||
}
|
||||
@end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue