aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--example/ios/iOS UI Test/iOS UI Test/AppDelegate.m1
1 files changed, 1 insertions, 0 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 557653f7..92585ffb 100644
--- a/example/ios/iOS UI Test/iOS UI Test/AppDelegate.m
+++ b/example/ios/iOS UI Test/iOS UI Test/AppDelegate.m
@@ -13,6 +13,7 @@
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
// Override point for customization after application launch.
+ [[NSUserDefaults standardUserDefaults] setBool:NO forKey:@"FetchFullMessageEnabled"];
return YES;
}