diff --git a/shared/presentation/src/iosMain/kotlin/network/bisq/mobile/service/IosImageUtils.kt b/shared/presentation/src/iosMain/kotlin/network/bisq/mobile/service/IosImageUtils.kt index 07bf0477..4bdc271e 100644 --- a/shared/presentation/src/iosMain/kotlin/network/bisq/mobile/service/IosImageUtils.kt +++ b/shared/presentation/src/iosMain/kotlin/network/bisq/mobile/service/IosImageUtils.kt @@ -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 ->