From a8752b5f283194177a9a014a3352c7ed2d110c5d Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Sun, 23 Sep 2012 17:38:05 +0200 Subject: [PATCH] Disable TestFlight's feedback dialog. [REMOVED] TestFlight's feedback dialog. It's ugly and it doesn't allow log sending. --- MasterPassword/iOS/MPMainViewController.m | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/MasterPassword/iOS/MPMainViewController.m b/MasterPassword/iOS/MPMainViewController.m index b5ac73f8..a2e3d967 100644 --- a/MasterPassword/iOS/MPMainViewController.m +++ b/MasterPassword/iOS/MPMainViewController.m @@ -724,21 +724,21 @@ [self performSegueWithIdentifier:@"OtherApps" sender:self]; break; } -#if defined(ADHOC) && defined(TESTFLIGHT_SDK_VERSION) - case 4: { - inf(@"Action: Feedback via TestFlight"); - [TestFlight openFeedbackView]; - break; - } - case 5: -#else +//#if defined(ADHOC) && defined(TESTFLIGHT_SDK_VERSION) +// case 4: { +// inf(@"Action: Feedback via TestFlight"); +// [TestFlight openFeedbackView]; +// break; +// } +// case 5: +//#else case 4: { inf(@"Action: Feedback via Mail"); [[MPAppDelegate get] showFeedbackWithLogs:YES forVC:self]; break; } case 5: -#endif +//#endif { inf(@"Action: Sign out"); [[MPAppDelegate get] signOutAnimated:YES];