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
refactor(local_ads_management): statically define ad type tab order
- Introduce a static list `_tabs` to define the order of ad types
- Update `TabController` length and `TabBar` tabs to use `_tabs` instead of `AdType.values`
- Modify `TabBarView` children to use `_tabs` for consistent tab order
0 commit comments