Use timelines, encryption now works, except not fetching keys from old devices
This commit is contained in:
parent
1539235d7d
commit
3fd0d5f461
4 changed files with 24 additions and 42 deletions
|
|
@ -34,6 +34,7 @@ New Value: ${newValue is AsyncData ? newValue.value : newValue}
|
|||
void showError(Object error, [StackTrace? stackTrace]) {
|
||||
if (error.toString().contains("DioException")) return;
|
||||
if (error.toString().contains("UTF-16")) return;
|
||||
if (error.toString().contains("HTTP request failed")) return;
|
||||
if (error.toString().contains("Invalid image data")) return;
|
||||
|
||||
debugPrintStack(stackTrace: stackTrace, label: error.toString());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue