From 82f57f2ced901b90a77d4729d9b504e083adea33 Mon Sep 17 00:00:00 2001 From: olorin99 Date: Mon, 15 Dec 2025 09:11:31 +1000 Subject: [PATCH] Fix scroll broken in comments tab for piefed/lemmy. --- lib/src/screens/explore/user_screen.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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(