mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-14 20:12:25 -06:00
Feat: Update scanner persistence, more migrations and bugfixes
This commit is contained in:
@@ -51,8 +51,8 @@ class PagedSearchResult<T> extends Equatable {
|
||||
|
||||
const PagedSearchResult({
|
||||
required this.count,
|
||||
required this.next,
|
||||
required this.previous,
|
||||
this.next,
|
||||
this.previous,
|
||||
required this.results,
|
||||
});
|
||||
|
||||
|
||||
@@ -67,5 +67,6 @@ enum ErrorCode {
|
||||
uiSettingsLoadFailed,
|
||||
loadTasksError,
|
||||
userNotFound,
|
||||
userAlreadyExists,
|
||||
updateSavedViewError;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user