TF-3699 Thread Detail Next previous actions (#3843)

This commit is contained in:
Dat Dang
2025-07-16 17:15:17 +07:00
committed by Dat H. Pham
parent 4d9a44df66
commit 7332b731dc
28 changed files with 581 additions and 241 deletions
@@ -360,6 +360,7 @@ class HtmlContentViewState extends State<HtmlContentViewer> with AutomaticKeepAl
void dispose() {
_loadingBarNotifier.dispose();
_htmlData = null;
_webViewController.dispose();
super.dispose();
}