SDPCoachMe / SDP-2023

1 stars 0 forks source link

On create error handling #53

Closed Luca-Engel closed 1 year ago

Luca-Engel commented 1 year ago

Feature: Recovering from errors coming from extras missing in the Intents

The activity IntentExtrasErrorActivity has been added to the project. This activity can now be called whenever an onCreate activity that requires an extra field to be passed (e.g., the email address as a string) is launched without that extra being passed. This is done to recover from errors.

Testing:

Example error: image