yadav-rahul / TastyToast

:bread: Make your native android Toasts Tasty
2.04k stars 355 forks source link

Update TastyToast.java #11

Closed TedHoryczun closed 7 years ago

TedHoryczun commented 8 years ago

Changed the switch statement to better describe the cases instead of numbers.

UshalNaidoo commented 8 years ago

@TedHoryczun Would this work? There's no enum for the type you passed in?

TedHoryczun commented 8 years ago

The change from the integer to the constant variable has no functionality change. It improves the aesthetics of the switch statement. I tested the code and it works perfectly.