Skip to content

Commit

Permalink
chore: Apply static analysis changes
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvedder authored and github-actions[bot] committed Aug 8, 2024
1 parent d456caa commit ae785bb
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 @@ -80,7 +80,8 @@ class _LoadingScreenState extends State<LoadingScreen> {
subject = await _fetchRemoteSubject(selectedStudyObjectId);
}
} catch (exception) {
debugPrint("Could not login and retrieve the study subject: $exception");
debugPrint(
"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 ae785bb

Please sign in to comment.