mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-07 09:15:49 -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) {
|
||||
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) {
|
||||
|
||||
Reference in New Issue
Block a user