[fenix] For https://github.com/mozilla-mobile/fenix/issues/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.
pull/600/head
Mugurell 2 years ago committed by mergify[bot]
parent 4dcedd67bc
commit 33772a15aa

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

Loading…
Cancel
Save