mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 20:07:55 -06:00
Removed thrown error for testing
This commit is contained in:
@@ -77,17 +77,6 @@ class _DocumentsPageState extends State<DocumentsPage> {
|
|||||||
} on ErrorMessage catch (error, stackTrace) {
|
} on ErrorMessage catch (error, stackTrace) {
|
||||||
showError(context, error, stackTrace);
|
showError(context, error, stackTrace);
|
||||||
}
|
}
|
||||||
Future.delayed(const Duration(seconds: 1), () {
|
|
||||||
try {
|
|
||||||
throw ErrorMessage(ErrorCode.tagLoadFailed);
|
|
||||||
} on ErrorMessage catch (error, stackTrace) {
|
|
||||||
showError(
|
|
||||||
context,
|
|
||||||
error,
|
|
||||||
stackTrace,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void _onSelected(DocumentModel model) {
|
void _onSelected(DocumentModel model) {
|
||||||
|
|||||||
Reference in New Issue
Block a user