diff --git a/Classes/AssistantView.m b/Classes/AssistantView.m index a459060ec..9e7cec6d1 100644 --- a/Classes/AssistantView.m +++ b/Classes/AssistantView.m @@ -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 diff --git a/Classes/LinphoneAppDelegate.m b/Classes/LinphoneAppDelegate.m index 524433cbd..3d5126a75 100644 --- a/Classes/LinphoneAppDelegate.m +++ b/Classes/LinphoneAppDelegate.m @@ -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]) {