mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
refa: whisper detail page
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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 = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user