Skip to content

Commit a0bb9be

Browse files
名前変更直後にサービスに変更した名前が反映されるように修正。
1 parent c4d3344 commit a0bb9be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dConnectDevicePlugin/dConnectDeviceAllJoyn/dConnectDeviceAllJoyn/Sources/DPAllJoynHandler.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ - (void) updateManageServices: (BOOL) onlineForSet {
436436
for (DPAllJoynServiceEntity *serviceEntity in [self.discoveredAllJoynServices allValues]) {
437437
DConnectService *service = [_serviceProvider service: serviceEntity.appId];
438438
if (service) {
439+
[service setName:serviceEntity.serviceName];
439440
[service setOnline: YES];
440441
} else {
441442
service = [[DPAllJoynService alloc] initWithServiceId:serviceEntity.appId

0 commit comments

Comments
 (0)