mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-09 10:08:00 -06:00
Added translations, fixed inbox, minor updates to pages
This commit is contained in:
@@ -47,9 +47,7 @@ class DocumentsCubit extends HydratedCubit<DocumentsState>
|
||||
),
|
||||
);
|
||||
} else {
|
||||
emit(
|
||||
state.copyWith(selection: [...state.selection, model]),
|
||||
);
|
||||
emit(state.copyWith(selection: [...state.selection, model]));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user