Remove duplicate error dialog
This commit is contained in:
parent
b8e3b7c40a
commit
fe3c76f0e7
|
|
@ -181,7 +181,6 @@ class _ClientPdfViewState extends State<ClientPdfView> {
|
|||
errorMessage += response.body;
|
||||
}
|
||||
|
||||
showErrorDialog(message: errorMessage);
|
||||
throw errorMessage;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue