mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-15 02:12:25 -06:00
feat: Add more user related state to hive
This commit is contained in:
@@ -24,7 +24,7 @@ class SimilarDocumentsCubit extends Cubit<SimilarDocumentsState>
|
||||
this.notifier,
|
||||
this._labelRepository, {
|
||||
required this.documentId,
|
||||
}) : super(const SimilarDocumentsState()) {
|
||||
}) : super(SimilarDocumentsState(filter: DocumentFilter())) {
|
||||
notifier.addListener(
|
||||
this,
|
||||
onDeleted: remove,
|
||||
|
||||
Reference in New Issue
Block a user