语法问题

This commit is contained in:
luojian 2025-09-18 18:02:24 +08:00
parent 0f084245bc
commit 8d0362c9bc
1 changed files with 2 additions and 1 deletions

View File

@ -233,7 +233,8 @@ namespace WZ
// and anchored to the bottom of the screne. // and anchored to the bottom of the screne.
ad.RenderTemplate(style, new AdSize(position.Width, position.Height), position.X, position.Y); ad.RenderTemplate(style, new AdSize(position.Width, position.Height), position.X, position.Y);
var showNativePosition = showingNativeAds[adUnitId];
var showNativePosition = showingNativeAds.GetValueOrDefault(adUnitId, null);
var lastAdResponseId = lastAd?.GetResponseInfo()?.GetResponseId(); var lastAdResponseId = lastAd?.GetResponseInfo()?.GetResponseId();