forked from mirrors/linphone-iphone
Change info text from create account view
This commit is contained in:
parent
80d8fb912d
commit
1bcfdaf75d
2 changed files with 3 additions and 1 deletions
|
|
@ -1108,7 +1108,7 @@ void assistant_is_account_activated(LinphoneAccountCreator *creator, LinphoneAcc
|
|||
UIAlertView *errorView = [[UIAlertView alloc]
|
||||
initWithTitle:NSLocalizedString(@"What will my phone number be used for?", nil)
|
||||
message:NSLocalizedString(@"Thanks to your phone number, your friends will find you more easily. "
|
||||
@"\nYou will see in your address book who is using Linphone and your "
|
||||
@"\n\nYou will see in your address book who is using Linphone and your "
|
||||
@"friends will know that they can reach you on Linphone as well.",
|
||||
nil)
|
||||
delegate:nil
|
||||
|
|
|
|||
|
|
@ -740,6 +740,8 @@ didReceiveNotificationResponse:(UNNotificationResponse *)response
|
|||
[LinphoneManager.instance startLinphoneCore];
|
||||
}
|
||||
|
||||
#pragma mark - Prevent ImagePickerView from rotating
|
||||
|
||||
- (UIInterfaceOrientationMask)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window {
|
||||
if ([[(PhoneMainView*)self.window.rootViewController currentView] equal:ImagePickerView.compositeViewDescription])
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue