For #24342 - Actually log when Pocket stories are shown

Based on this we'll send telemetry and rotate the stories shown to prioritize
fresh ones instead of the ones already shown.
upstream-sync
Mugurell 2 years ago committed by mergify[bot]
parent 6d7206a8dd
commit 81604e8612

@ -63,7 +63,7 @@ class PocketStoriesViewHolder(
// We should report back when a certain story is actually being displayed.
// Cannot do it reliably so for now we'll just mass report everything as being displayed.
stories?.let {
interactor::onStoriesShown
interactor.onStoriesShown(it)
}
}

Loading…
Cancel
Save