mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-09 00:07:49 -06:00
Bugfixes, finished filter rework
This commit is contained in:
@@ -37,4 +37,10 @@ class ConnectivityCubit extends Cubit<ConnectivityState> {
|
||||
}
|
||||
}
|
||||
|
||||
enum ConnectivityState { connected, notConnected, undefined }
|
||||
enum ConnectivityState {
|
||||
connected,
|
||||
notConnected,
|
||||
undefined;
|
||||
|
||||
bool get isConnected => this == connected;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user