gfroerli / app-android

Android app for gfrör.li.
GNU General Public License v3.0
5 stars 1 forks source link

Fix crash when a bad API response is returned #36

Closed dbrgn closed 3 years ago

dbrgn commented 3 years ago

A return statement was missing.

Additionally, I improved the error message.

Fixes #34.