mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-17 12:12:42 -06:00
Implemented error reporting solution
This commit is contained in:
@@ -43,8 +43,8 @@ class EditStoragePathPage extends StatelessWidget {
|
||||
);
|
||||
}
|
||||
Navigator.pop(context);
|
||||
} on ErrorMessage catch (error) {
|
||||
showError(context, error);
|
||||
} on ErrorMessage catch (error, stackTrace) {
|
||||
showError(context, error, stackTrace);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user