jfoucry / Pilldroid

Gestion théorique de stock de médicament
Other
3 stars 2 forks source link

Fix Camera crash #29

Closed Jean-BaptisteC closed 3 months ago

Jean-BaptisteC commented 3 months ago

Fixes #10

When user use Android back button to leave CustomScannerActivity.Intent in DrugListActivity catch a null value that's cause the crash. The solution is to call onCancel when onBackPressed is call to return a valid value to intent in DrugListActivity.

Jean-BaptisteC commented 3 months ago

cc @jfoucry

jfoucry commented 3 months ago

Thanks @Jean-BaptisteC