We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a5b5f commit ddb9503Copy full SHA for ddb9503
1 file changed
dConnectDevicePlugin/dConnectDeviceTheta/dConnectDeviceTheta/Classes/DPThetaManager.m
@@ -731,9 +731,9 @@ -(void)notifiedNetworkStatus:(NSNotification *)notification {
731
}
732
733
// デバイス管理情報更新
734
-// dispatch_queue_t updateQueue = dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0);
735
-// dispatch_async(updateQueue, ^{
736
-// [self updateManageServices: online];
737
-// });
+ dispatch_queue_t updateQueue = dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0);
+ dispatch_async(updateQueue, ^{
+ [self updateManageServices: online];
+ });
738
739
@end
0 commit comments