diff --git a/lib/src/screens/explore/user_screen.dart b/lib/src/screens/explore/user_screen.dart index b3772869..5b88f492 100644 --- a/lib/src/screens/explore/user_screen.dart +++ b/lib/src/screens/explore/user_screen.dart @@ -448,7 +448,9 @@ class _UserScreenState extends State { mode: UserFeedType.comment, sort: _sort, data: _data, - isActive: controller.index == 2, + isActive: ac.serverSoftware == ServerSoftware.mbin + ? controller.index == 2 + : controller.index == 1, ), if (ac.serverSoftware == ServerSoftware.mbin) UserScreenBody(