mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-14 08:12:16 -06:00
fix: Improve receiving shares
This commit is contained in:
@@ -15,6 +15,14 @@ class RequiresLocalAuthenticationState extends AuthenticationState {
|
||||
const RequiresLocalAuthenticationState();
|
||||
}
|
||||
|
||||
class CheckingLoginState extends AuthenticationState {
|
||||
const CheckingLoginState();
|
||||
}
|
||||
|
||||
class LogginOutState extends AuthenticationState {
|
||||
const LogginOutState();
|
||||
}
|
||||
|
||||
class AuthenticatedState extends AuthenticationState {
|
||||
final String localUserId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user