checkEmpty

private fun checkEmpty(tags: String): Boolean

Checks whether the tag input text field is empty and, if so, prompts the user to enter a tag.

Return

true if the user did not enter any tags; false, otherwise

Parameters

tags

String entered by the user on the tag input text field.