File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -199,7 +199,8 @@ class _FeedScreenState extends State<FeedScreen>
199199 actions.firstWhere (
200200 (action) => action.name == feedActionSetFilter (context).name),
201201 if (context.watch <AppController >().profile.feedActionSetView ==
202- ActionLocationWithTabs .tabs)
202+ ActionLocationWithTabs .tabs &&
203+ context.watch <AppController >().serverSoftware == ServerSoftware .mbin)
203204 actions.firstWhere (
204205 (action) => action.name == feedActionSetView (context).name),
205206 ].firstOrNull;
@@ -227,7 +228,7 @@ class _FeedScreenState extends State<FeedScreen>
227228 (context.watch <AppController >().serverSoftware ==
228229 ServerSoftware .mbin
229230 ? context.watch <AppController >().profile.feedDefaultView
230- : PostType .thread ))
231+ : FeedView .threads ))
231232 .key,
232233 _ => 0
233234 },
You can’t perform that action at this time.
0 commit comments