safaorhan / succulent-shop

An educational project for Trendyol Android Bootcamp 2021
18 stars 11 forks source link

Bug fix for NullPointerException Error at LoginFragment #6

Closed BernaTasel closed 3 years ago

BernaTasel commented 3 years ago

Fixed error when trying to login while textfields are null.

Complete with the least possible changes with your suggestion.

turkergoksu commented 3 years ago

I manage to get all of the available error messages inside Validator classes and logged in successfully. Looks like it's fixed. @BernaTasel 👏

bariscankurt commented 3 years ago

I checked required control cases and everything is working as expected. Congrats 👏

safaorhan commented 3 years ago

Thanks to all of you folks!