From 66065845c6eda03ef3af74b51dbf16e9eb7ca87e Mon Sep 17 00:00:00 2001 From: Yuriy Velichko Date: Mon, 23 Sep 2024 13:39:33 +0300 Subject: [PATCH] doc: small change to fix build --- .../Prebid/Integrations/GAM/BannerView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PrebidMobile/PrebidMobileRendering/Prebid/Integrations/GAM/BannerView.swift b/PrebidMobile/PrebidMobileRendering/Prebid/Integrations/GAM/BannerView.swift index 8e0c005c4..9745187f8 100644 --- a/PrebidMobile/PrebidMobileRendering/Prebid/Integrations/GAM/BannerView.swift +++ b/PrebidMobile/PrebidMobileRendering/Prebid/Integrations/GAM/BannerView.swift @@ -96,7 +96,7 @@ public class BannerView: UIView, // MARK: Computed helpers - /// whether auto-refresh is allowed to occur now + /// whether auto-refresh is allowed to occur now. var mayRefreshNow: Bool { guard let controller = adLoadFlowController else { return false