Open alesnehapriya opened 5 years ago
Hi! First of all, thanks for this!
Can you give me some info on how you were able to reproduce and test this? From looking at your patch, I'm not sure how this would actually fix a date crashing issue, but I'd be curious to hear what I might be missing.
Hi @lazerwalker ,
Steps to reproduce-
App crashes.
Resolution- This fix is more of incorrect implementation of switch case. Probably when the delegate of displaying cell is called, which in turn goes to switch case and the code breaks due to break statement missing.
Resolved the date crashing issue when updating the List AddConsumptionViewController class.