EyeSeeTea / malariapp

Android app to help with health center assessments (development repository)
GNU General Public License v3.0
6 stars 3 forks source link

Avoid NullPointerException #2479

Closed xurxodev closed 1 year ago

xurxodev commented 2 years ago

:gear: branches

app: Origin: fix/null_pointer_exception_to_press_back Target: v1.6_hnqis bugshaker-android: Origin: development_android_x
EyeSeeTea-SDK: Origin: feature/development SDK: Origin: feature-2.30_upgrade_gradle

:tophat: What is the goal?

Fix NullPointerException to press device back button

:memo: How is it being implemented?

I've not reproduced this bug and it's a little weird because always should exists an active module controller. Anyway I've added a validation to avoid NullPointerException

:boom: How can it be tested?

:floppy_disk: Requires DB migration?

:art: UI changes?