Remove duplicate error dialog

This commit is contained in:
Hillel Coren 2023-04-25 13:29:03 +03:00
parent b8e3b7c40a
commit fe3c76f0e7
1 changed files with 0 additions and 1 deletions

View File

@ -181,7 +181,6 @@ class _ClientPdfViewState extends State<ClientPdfView> {
errorMessage += response.body;
}
showErrorDialog(message: errorMessage);
throw errorMessage;
}