You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(widgets): wrap user avatar in Directionality to resolve layout issues
- Add Directionality widget around NotificationIndicator in both DiscoverSliverAppBar and FeedSliverAppBar
- Use Directionality.of(context) to inherit the correct text direction
- This change ensures proper layout behavior for right-to-left languages
0 commit comments