Description
This 'Custom Study' screen is superfluous:

- Relevant classes:
TagLimitFragment.kt
;CustomStudyDialog.kt
- Either
- If there are no tags, change the text (
sentence_choose_tags
) inCustomStudyDialog
and skip the tag selection screen- define an extension method
fun Tags.count()
by counting the result ofTags.all()
- define an extension method
- OR suggest another appropriate UX
- If there are no tags, change the text (