mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-08 14:07:49 -06:00
Implemented saved view repository clean method
This commit is contained in:
@@ -16,7 +16,9 @@ class SavedViewRepositoryImpl implements SavedViewRepository {
|
||||
_subject.stream.asBroadcastStream();
|
||||
|
||||
@override
|
||||
void clear() {}
|
||||
void clear() {
|
||||
_subject.add(const {});
|
||||
}
|
||||
|
||||
@override
|
||||
Future<SavedView> create(SavedView view) async {
|
||||
|
||||
Reference in New Issue
Block a user