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
Initial investigation shows that this happens because initializeFromStaticData is called after the call to retrieveAd() in init, which results in the winning ad url being overwritten with an empty string.
We should try to figure out why this happens, and what is the best way to refactor the app so that the logic flow is more intuitive.
The text was updated successfully, but these errors were encountered:
When this change to PrivacySandboxViewModel.kt was made in the Publisher app, it resulted breaking the rendering of the winning ad during the ad selection flow.
Initial investigation shows that this happens because
initializeFromStaticData
is called after the call toretrieveAd()
ininit
, which results in the winning ad url being overwritten with an empty string.We should try to figure out why this happens, and what is the best way to refactor the app so that the logic flow is more intuitive.
The text was updated successfully, but these errors were encountered: