You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ads): prevent ad loader widget crashes on null ads or errors
- Complete Future normally instead of with error when no ad is returned or an error occurs
- This change prevents crashes in news/expresso when an ad is not returned
- Affected methods:
- _InArticleAdLoaderWidgetState._loadAd
- _InArticleAdLoaderWidgetState.dispose
- _InArticleAdLoaderWidgetState._onAdFailedToLoad
- _InArticleAdLoaderWidgetState._cacheKey
- Fixes EXPOSURE-2542
0 commit comments