Skip to content

Commit ddb9503

Browse files
デバイス管理情報更新の追加。
1 parent 43a5b5f commit ddb9503

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • dConnectDevicePlugin/dConnectDeviceTheta/dConnectDeviceTheta/Classes

dConnectDevicePlugin/dConnectDeviceTheta/dConnectDeviceTheta/Classes/DPThetaManager.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -731,9 +731,9 @@ -(void)notifiedNetworkStatus:(NSNotification *)notification {
731731
}
732732

733733
// デバイス管理情報更新
734-
// dispatch_queue_t updateQueue = dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0);
735-
// dispatch_async(updateQueue, ^{
736-
// [self updateManageServices: online];
737-
// });
734+
dispatch_queue_t updateQueue = dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0);
735+
dispatch_async(updateQueue, ^{
736+
[self updateManageServices: online];
737+
});
738738
}
739739
@end

0 commit comments

Comments
 (0)