mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-07 22:07:49 -06:00
fix: Stop long polling to /statistics when app is in background, code cleanup
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import 'package:paperless_api/paperless_api.dart';
|
||||
part of 'label_cubit.dart';
|
||||
|
||||
class LabelState<T extends Label> {
|
||||
LabelState.initial() : this(isLoaded: false, labels: {});
|
||||
|
||||
Reference in New Issue
Block a user