fix avatar in relation preview

This commit is contained in:
Henry Hiles 2026-02-08 13:41:07 -05:00
commit 219ba0700d
No known key found for this signature in database
2 changed files with 6 additions and 13 deletions

View file

@ -45,7 +45,6 @@ void showError(Object error, [StackTrace? stackTrace]) {
if (error.toString().contains("Invalid image data")) return;
debugPrintStack(stackTrace: stackTrace, label: error.toString());
debugger();
if (navigatorKey.currentContext != null) {
Future.delayed(
Duration.zero,