TF-3416 Handle download attachment in EML previewer on web

This commit is contained in:
dab246
2025-01-14 12:58:06 +07:00
committed by Dat H. Pham
parent 91f3275a54
commit b7b6b0f7fa
11 changed files with 271 additions and 40 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import 'package:flutter/material.dart';
final logHistory = _Dispatcher('');
void log(String? value, {Level level = Level.info}) {
// if (!kDebugMode) return;
if (!kDebugMode) return;
String logsStr = value ?? '';
logHistory.value = '$logsStr\n${logHistory.value}';