TF-101 Show counter for regular mailbox

This commit is contained in:
dab246
2021-10-14 11:54:46 +07:00
committed by Dat H. Pham
parent 12002444a7
commit f198f4ada0
5 changed files with 61 additions and 33 deletions
@@ -278,7 +278,6 @@ class EmailView extends GetView {
switch(emailController.emailContent.value!.type) {
case EmailContentType.textHtml:
return HtmlContentViewer(
minHeight: 400,
contentHtml: emailController.emailContent.value!.content,
onLoadStart: (webController, uri) => emailController.dispatchState(Right(WebViewLoadingState())),
onLoadStop: (webController, uri) => emailController.dispatchState(Right(WebViewLoadCompletedState())),