Skip to content

Commit 53d113c

Browse files
committed
feat(feed): pass theme parameter when creating feed items
- Add 'theme' parameter to FeedItem constructor in FeedDecoratorService - This change enhances the customization options for feed items
1 parent 25160ef commit 53d113c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/shared/services/feed_decorator_service.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ class FeedDecoratorService {
154154
user: user,
155155
adConfig: remoteConfig.adConfig,
156156
imageStyle: imageStyle,
157+
theme: theme,
157158
);
158159

159160
// --- Step 3: Return the comprehensive result ---

0 commit comments

Comments
 (0)