Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvedder committed Aug 9, 2024
1 parent 79ce367 commit a5a85a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/lib/screens/app_onboarding/loading_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ class _LoadingScreenState extends State<LoadingScreen> {
}
} 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");
Expand Down

0 comments on commit a5a85a5

Please sign in to comment.