mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-08 06:07:48 -06:00
Added dependencies which fix crash on android 12L/13, improved list layout in inbox
This commit is contained in:
@@ -113,8 +113,9 @@ void main() async {
|
||||
authApi,
|
||||
sessionManager,
|
||||
);
|
||||
await authCubit
|
||||
.restoreSessionState(appSettingsCubit.state.isLocalAuthenticationEnabled);
|
||||
await authCubit.restoreSessionState(
|
||||
appSettingsCubit.state.isLocalAuthenticationEnabled,
|
||||
);
|
||||
|
||||
if (authCubit.state.isAuthenticated) {
|
||||
final auth = authCubit.state.authentication!;
|
||||
|
||||
Reference in New Issue
Block a user