TheBenderman / Senior-Design-ALS-Social-Media

4 stars 0 forks source link

Remove exceptions being thrown in Twitter, and instead reroute the user. #39

Closed TheBenderman closed 7 years ago

TheBenderman commented 7 years ago

Currently, in some places, we are throwing exceptions. We should not do this. We should display a message to the user and then navigate them to the correct place.

KLD commented 7 years ago

I'm currently implementing a way to notify user. I'll push it in a bit. The call is: DisplayManager.PushNotification(msg, [duration])

But as for the navigation, lets keep it under #40