mod: refine reply/publish page

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-24 18:14:19 +08:00
parent 4d79f763ac
commit a115b5e91b
14 changed files with 1394 additions and 1537 deletions

View File

@@ -26,4 +26,10 @@ class EmotePanelController extends CommonController
@override
Future<LoadingState> customGetData() =>
ReplyHttp.getEmoteList(business: 'reply');
@override
void onClose() {
tabController.dispose();
super.onClose();
}
}