mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 19:18:06 +00:00
#0000163: Use other titles for decline button
This commit is contained in:
parent
5c902c829b
commit
d5193453a7
1 changed files with 2 additions and 2 deletions
|
|
@ -270,9 +270,9 @@
|
|||
|
||||
mIncomingCallActionSheet = [[UIActionSheet alloc] initWithTitle:[NSString stringWithFormat:NSLocalizedString(@" %@ is calling you",nil),[displayName length]>0?displayName:username]
|
||||
delegate:cd
|
||||
cancelButtonTitle:NSLocalizedString(@"Decline",nil)
|
||||
cancelButtonTitle:nil
|
||||
destructiveButtonTitle:NSLocalizedString(@"Answer",nil)
|
||||
otherButtonTitles:nil];
|
||||
otherButtonTitles:NSLocalizedString(@"Decline",nil),nil];
|
||||
|
||||
mIncomingCallActionSheet.actionSheetStyle = UIActionSheetStyleDefault;
|
||||
if ([LinphoneManager runningOnIpad]) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue