CMPUT301F24napkin / napkinfactory

1 stars 2 forks source link

Creating an empty event crashes the app #26

Closed davidurschel closed 3 weeks ago

davidurschel commented 3 weeks ago

When creating a new event from the my events -> create event fragment, if text fields are empty the application crashes. This can be addressed by adding a check to see if these are not empty, if they are, instead of adding the event provide a toast message saying that they must be filled.

antoszko commented 3 weeks ago

Fixed on #34