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
I have implemented the preloading feature using the sample here -> here.
I have made a compose version of it and using LazyList
I am able to successfully display the AD's
I can see the AD in the first position.
What is happening CASE-1:
Once I view the AD in the list at the first position & without clicking it I navigate back to the previous screen
This impression is not recorded in the console 😟
CASE-2:
Once I view the add in the list at the first position & without clicking it I scroll down so the AD disappears and scroll back up so that the AD re-appears(I have still not clicked the AD). Now I navigate back to the previous screen
This impression is recorded in the console 😄
Questions
Why in CASE-1 the impression is not recorded
Is it expected behavior or is there a bug here? 🐞
The text was updated successfully, but these errors were encountered:
What I am doing:
What is happening
CASE-1
:CASE-2
:Questions
CASE-1
the impression is not recordedThe text was updated successfully, but these errors were encountered: