Skip to content

Commit

Permalink
fix activity-icon
Browse files Browse the repository at this point in the history
Signed-off-by: dartcafe <[email protected]>
  • Loading branch information
dartcafe committed Jul 30, 2023
1 parent aed0c8d commit 0a0aef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Provider/ActivityProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function parse($language, IEvent $event, ?IEvent $previousEvent = null) {
}

$this->l10n = $this->transFactory->get($event->getApp(), $language);
$event->setIcon($this->urlGenerator->getAbsoluteURL($this->urlGenerator->imagePath($event->getApp(), 'polls.svg')));
$event->setIcon($this->urlGenerator->getAbsoluteURL($this->urlGenerator->imagePath($event->getApp(), 'polls-dark.svg')));
$this->setSubjects($event, $this->activityService->getActivityMessage($event, $language, $this->activityManager->isFormattingFilteredObject()));
return $event;
}
Expand Down

0 comments on commit 0a0aef3

Please sign in to comment.