mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-09 08:08:14 -06:00
WIP - Redesigned login flow
This commit is contained in:
@@ -10,7 +10,7 @@ class SavedViewCubit extends Cubit<SavedViewState> {
|
||||
StreamSubscription? _subscription;
|
||||
|
||||
SavedViewCubit(this._repository) : super(SavedViewState(value: {})) {
|
||||
_subscription = _repository.savedViews.listen(
|
||||
_subscription = _repository.values.listen(
|
||||
(savedViews) {
|
||||
if (savedViews == null) {
|
||||
emit(state.copyWith(isLoaded: false));
|
||||
|
||||
Reference in New Issue
Block a user