diff --git a/apps/web-mzima-client/src/app/feed/feed.component.ts b/apps/web-mzima-client/src/app/feed/feed.component.ts index d784369102..c85368acc9 100644 --- a/apps/web-mzima-client/src/app/feed/feed.component.ts +++ b/apps/web-mzima-client/src/app/feed/feed.component.ts @@ -213,7 +213,7 @@ export class FeedComponent extends MainViewComponent implements OnInit, OnDestro this.urlAfterInteractionWithFilters = ''; //----------------------------------- - this.activeCard.scrollCountHandler({ task: 'reset' }); + this.activeCard.scrollCountHandler({ task: 'startCount' }); this.masonryUpdateOnModeSwitch({ userEvent: this.userEvent });