Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
coderyi committed Nov 11, 2016
1 parent 5271d12 commit 323da44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Monkey/Vendor/MJPhotoBrowser/MJPhotoToolbar.m
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ - (void)image:(UIImage *)image didFinishSavingWithError:(NSError *)error context
photo.save = YES;
_saveImageBtn.enabled = NO;
// [MBProgressHUD showSuccess:@"成功保存到相册" toView:nil];
[self showYiProgressHUD:@"saved" afterDelay:9];
[self showYiProgressHUD:@"saved" afterDelay:1];
}
}

Expand Down

0 comments on commit 323da44

Please sign in to comment.