Change info text from create account view

This commit is contained in:
REIS Benjamin 2016-10-03 16:44:11 +02:00
parent 80d8fb912d
commit 1bcfdaf75d
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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])
{