EyeSeeTea / malariapp

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

Fix Parameter specified as non-null is null: crash #2472

Closed xurxodev closed 2 years ago

xurxodev commented 2 years ago

Fix null pointer exception to delete survey:

:gear: branches

app: Origin: fix/crash_parameter_specified_as_non_null_is_null 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 crash Fatal Exception: java.lang.NullPointerException: Parameter specified as non-null is null: method

:memo: How is it being implemented?

I have not reproduced the bug, but I have applied the solution that I have found here: https://stackoverflow.com/a/45255651

:boom: How can it be tested?

:floppy_disk: Requires DB migration?

:art: UI changes?