2
0

Disable TestFlight's feedback dialog.

[REMOVED]   TestFlight's feedback dialog.  It's ugly and it doesn't
            allow log sending.
This commit is contained in:
Maarten Billemont 2012-09-23 17:38:05 +02:00
parent f75f5c1b30
commit a8752b5f28

View File

@ -724,21 +724,21 @@
[self performSegueWithIdentifier:@"OtherApps" sender:self]; [self performSegueWithIdentifier:@"OtherApps" sender:self];
break; break;
} }
#if defined(ADHOC) && defined(TESTFLIGHT_SDK_VERSION) //#if defined(ADHOC) && defined(TESTFLIGHT_SDK_VERSION)
case 4: { // case 4: {
inf(@"Action: Feedback via TestFlight"); // inf(@"Action: Feedback via TestFlight");
[TestFlight openFeedbackView]; // [TestFlight openFeedbackView];
break; // break;
} // }
case 5: // case 5:
#else //#else
case 4: { case 4: {
inf(@"Action: Feedback via Mail"); inf(@"Action: Feedback via Mail");
[[MPAppDelegate get] showFeedbackWithLogs:YES forVC:self]; [[MPAppDelegate get] showFeedbackWithLogs:YES forVC:self];
break; break;
} }
case 5: case 5:
#endif //#endif
{ {
inf(@"Action: Sign out"); inf(@"Action: Sign out");
[[MPAppDelegate get] signOutAnimated:YES]; [[MPAppDelegate get] signOutAnimated:YES];