Skip to content

Commit 3f37d7b

Browse files
Merge pull request #173 from TakayukiHoshi1984/modify_camera_profile_maginification
CameraProfileの仕様変更対応
2 parents b192061 + 677d772 commit 3f37d7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • dConnectDevicePlugin/dConnectDeviceSonyCamera/dConnectDeviceSonyCamera/Classes

dConnectDevicePlugin/dConnectDeviceSonyCamera/dConnectDeviceSonyCamera/Classes/SonyCameraManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ - (void) setZoomByDirection:(NSString *)direction
384384
__block typeof(self) weakSelf = self;
385385

386386
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
387-
NSString *tmpMovement = movement;
387+
NSString *tmpMovement = [movement stringByReplacingOccurrencesOfString:@"in-" withString:@""];
388388
if ([movement isEqualToString:@"max"]) {
389389
tmpMovement = @"start";
390390
}

0 commit comments

Comments
 (0)