You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have implemented AwesomeValidation on other Fragment classes (moving .validate() to onViewCreated() instead of onActivityCreated as it's now deprecated - that should be changed in README- ). But whenever I try to implement it on DialogFragments it does nothing.
Do I need to implement the method in a different way if it's a DialogFragment or is AwesomeValidation only usable in Activity and Fragment classes?
I couldn't find any information about that on README.
The text was updated successfully, but these errors were encountered:
I have implemented AwesomeValidation on other Fragment classes (moving .validate() to onViewCreated() instead of onActivityCreated as it's now deprecated - that should be changed in README- ). But whenever I try to implement it on DialogFragments it does nothing.
Do I need to implement the method in a different way if it's a DialogFragment or is AwesomeValidation only usable in Activity and Fragment classes?
I couldn't find any information about that on README.
The text was updated successfully, but these errors were encountered: