NIAEFEUP / uni

Mobile app designed to help students of the University of Porto to manage their academic life.
GNU General Public License v3.0
50 stars 18 forks source link

fix: schedule loading from storage #1315

Closed limwa closed 2 months ago

limwa commented 2 months ago

Fixes an issue where schedule loading presents an error when the app is first opened. This is because the loadFromStorage method throws an unexpected error.

Review checklist

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 16%. Comparing base (d460c06) to head (8cbeba2). Report is 5 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1315 +/- ## ======================================= Coverage 16% 16% ======================================= Files 233 233 Lines 7220 7220 ======================================= Hits 1139 1139 Misses 6081 6081 ```