Răsfoiți Sursa

业务优化 暂时提交

SuperC 1 an în urmă
părinte
comite
8aae7d4992

BIN
MiMoLive/MiMoLive.xcworkspace/xcuserdata/yanxuyao.xcuserdatad/UserInterfaceState.xcuserstate


+ 4 - 0
MiMoLive/MiMoLive/AppDelegate.m

@@ -691,6 +691,10 @@ fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler {
     
     [self performSelector:@selector(toCheckTheIMStatus) withObject:nil afterDelay:5.0];
     
+    [self performSelector:@selector(toRecoveryTheLive) withObject:nil afterDelay:1.0];
+}
+
+- (void)toRecoveryTheLive{
     SendNotification(@"kNotification_RecoveryTheLive");//如果在直播间 通知一下服务器
 }