Skip to content
Snippets Groups Projects
Commit 86b0a895 authored by vjrj's avatar vjrj
Browse files

Removed lint warning

parent e124cecf
No related branches found
No related tags found
No related merge requests found
......@@ -124,6 +124,9 @@ class _ImportDialogState extends State<ImportDialog> {
}
Navigator.of(context).pop(true);
} catch (e, stacktrace) {
if (!mounted) {
return;
}
Navigator.of(context).pop(true);
context.replaceSnackbar(
content: Text(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment