refa: whisper detail page

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-18 09:49:57 +08:00
parent ebe08c23e4
commit 261922d73a
5 changed files with 168 additions and 163 deletions

View File

@@ -13,7 +13,6 @@ import '../../utils/storage.dart';
class WhisperController
extends CommonListController<List<SessionList>?, SessionList> {
late final bool disableLikeMsg;
late final List msgFeedTopItems;
late final RxList<int> unreadCounts;
@@ -22,7 +21,7 @@ class WhisperController
@override
void onInit() {
super.onInit();
disableLikeMsg =
final disableLikeMsg =
GStorage.setting.get(SettingBoxKey.disableLikeMsg, defaultValue: false);
msgFeedTopItems = [
{