diff --git a/app/lib/screens/app_onboarding/loading_screen.dart b/app/lib/screens/app_onboarding/loading_screen.dart index eab436d62..6dfebcb62 100644 --- a/app/lib/screens/app_onboarding/loading_screen.dart +++ b/app/lib/screens/app_onboarding/loading_screen.dart @@ -81,7 +81,8 @@ class _LoadingScreenState extends State { } } catch (exception) { debugPrint( - "Could not login and retrieve the study subject: $exception"); + "Could not login and retrieve the study subject: $exception", + ); if (exception is SocketException) { subject = await Cache.loadSubject(); StudyULogger.info("Offline mode with cached subject: $subject");