Ver código fonte

Undo comment in app delegate

Tanner Bennett 6 anos atrás
pai
commit
5dd856070e
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Example/UICatalog/AAPLAppDelegate.m

+ 1 - 1
Example/UICatalog/AAPLAppDelegate.m

@@ -71,7 +71,7 @@
     [[FLEXManager sharedManager] showExplorer];
     [[FLEXManager sharedManager] setNetworkDebuggingEnabled:YES];
     [self sendExampleNetworkRequests];
-//    self.repeatingLogExampleTimer = [NSTimer scheduledTimerWithTimeInterval:1.0 target:self selector:@selector(sendExampleLogMessage) userInfo:nil repeats:YES];
+    self.repeatingLogExampleTimer = [NSTimer scheduledTimerWithTimeInterval:1.0 target:self selector:@selector(sendExampleLogMessage) userInfo:nil repeats:YES];
 
     [[NSUserDefaults standardUserDefaults] setObject:@"foo" forKey:@"FLEXExamplePrefFoo"];