opatry / taskfolio

An Android task management app built using Google Tasks API. Developed to demonstrate my expertise in modern Android development.
https://opatry.github.io/taskfolio/
MIT License
0 stars 0 forks source link

Fix crash when starting app without Internet connection #12

Closed opatry closed 3 days ago

opatry commented 3 days ago

The profile fetch was done in the middle of the Compose (and still is with this PR) without checking for exception.

While fixing the issue, the code has also be cleaned a lot and UI slightly improved.