Skip to content

Commit 323da44

Browse files
committed
fix bug
1 parent 5271d12 commit 323da44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Monkey/Vendor/MJPhotoBrowser/MJPhotoToolbar.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ - (void)image:(UIImage *)image didFinishSavingWithError:(NSError *)error context
7474
photo.save = YES;
7575
_saveImageBtn.enabled = NO;
7676
// [MBProgressHUD showSuccess:@"成功保存到相册" toView:nil];
77-
[self showYiProgressHUD:@"saved" afterDelay:9];
77+
[self showYiProgressHUD:@"saved" afterDelay:1];
7878
}
7979
}
8080

0 commit comments

Comments
 (0)