We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5271d12 commit 323da44Copy full SHA for 323da44
Monkey/Vendor/MJPhotoBrowser/MJPhotoToolbar.m
@@ -74,7 +74,7 @@ - (void)image:(UIImage *)image didFinishSavingWithError:(NSError *)error context
74
photo.save = YES;
75
_saveImageBtn.enabled = NO;
76
// [MBProgressHUD showSuccess:@"成功保存到相册" toView:nil];
77
- [self showYiProgressHUD:@"saved" afterDelay:9];
+ [self showYiProgressHUD:@"saved" afterDelay:1];
78
}
79
80
0 commit comments