issues
search
anitab-org
/
mentorship-android
Mentorship System is an application that matches women in tech to mentor each other, on career development, through 1:1 relations during a certain period of time. This is the Android application of this project.
https://github.com/anitab-org/mentorship-android/raw/apk/app-debug.apk
GNU General Public License v3.0
165
stars
380
forks
source link
avoid crash when http response is not json
#1185
Open
epicadk
opened
2 years ago
epicadk
commented
2 years ago
Description
Fixes #1175
Type of Change:
Code
Code/Quality Assurance Only
Bug fix (non-breaking change which fixes an issue)
How Has This Been Tested?
Tested locally
Checklist:
[x] My PR follows the style guidelines of this project
[x] I have performed a self-review of my own code or materials
[x] I have commented my code or provided relevant documentation, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[x] Any dependent changes have been merged
[x] I have written Kotlin Docs whenever is applicable
Code/Quality Assurance Only
[x] My changes generate no new warnings
[ ] My PR currently breaks something (fix or feature that would cause existing functionality to not work as expected)
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] New and existing unit tests pass locally with my changes
[ ] Any dependent changes have been published in downstream modules
Description
Fixes #1175
Type of Change:
Code/Quality Assurance Only
How Has This Been Tested?
Tested locally
Checklist:
Code/Quality Assurance Only