aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/ios/iOS UI Test/iOS UI Test/AppDelegate.m
diff options
context:
space:
mode:
authorGravatar Paul Young <paulyoungonline@gmail.com>2013-06-22 16:26:43 -0400
committerGravatar Paul Young <paulyoungonline@gmail.com>2013-06-22 16:56:25 -0400
commite4cb9c41ebc8de388da788e4825eaef3ffc5f525 (patch)
tree8d9a2e3ccf7dd10e9c34d77ed71ed1a46633c248 /example/ios/iOS UI Test/iOS UI Test/AppDelegate.m
parentcf3d7e5b4438eb47973ca7dc1a657cd18e5a12dd (diff)
Added switch to settings view controller.
* Removed setting of user default in app delegate.
Diffstat (limited to 'example/ios/iOS UI Test/iOS UI Test/AppDelegate.m')
-rw-r--r--example/ios/iOS UI Test/iOS UI Test/AppDelegate.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/example/ios/iOS UI Test/iOS UI Test/AppDelegate.m b/example/ios/iOS UI Test/iOS UI Test/AppDelegate.m
index 92585ffb..557653f7 100644
--- a/example/ios/iOS UI Test/iOS UI Test/AppDelegate.m
+++ b/example/ios/iOS UI Test/iOS UI Test/AppDelegate.m
@@ -13,7 +13,6 @@
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
// Override point for customization after application launch.
- [[NSUserDefaults standardUserDefaults] setBool:NO forKey:@"FetchFullMessageEnabled"];
return YES;
}