Created
June 14, 2020 08:48
-
-
Save shahharshil0/15a577f27227f338532e19ef39476983 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if(TextInputEditText.isNotNullOrEmpty("This field is required") and | |
(TextInputEditText.isNotNullOrEmpty("This field is required")) { | |
//this will be executed only if the TextInputEditText contains | |
// some text else error will be displayed by the extension function itself | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment