TF-1319 Fix mail body scroll long blank gap

This commit is contained in:
dab246
2022-12-21 15:36:41 +07:00
committed by Dat H. Pham
parent 0b404a420b
commit b882f916a0
@@ -163,6 +163,8 @@ class _HtmlContentViewState extends State<HtmlContentViewer> {
} }
_isLoading = false; _isLoading = false;
}); });
} else {
actualHeight = minHeight;
} }
} }