Skip to content

Commit

Permalink
- fix typo on ios image utils (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodvar authored Dec 4, 2024
1 parent f316a01 commit bb89dfa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object IosImageUtil {
height: Int
): UIImage? {
val size = CGSizeMake(width.toDouble(), height.toDouble())
var resultImage: UIImage? = nullBaseClientCatHashService
var resultImage: UIImage? = null
UIGraphicsBeginImageContextWithOptions(size, false, UIScreen.mainScreen.scale)
try {
paths.forEach { path ->
Expand Down

0 comments on commit bb89dfa

Please sign in to comment.