Skip to content

Instantly share code, notes, and snippets.

@cengiztoru
Created July 19, 2021 20:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cengiztoru/18b4f8a52ff20e77d836b57a78085cf2 to your computer and use it in GitHub Desktop.
Save cengiztoru/18b4f8a52ff20e77d836b57a78085cf2 to your computer and use it in GitHub Desktop.
if (isCurrentLanguageRTL) {
etEmail.doOnTextChanged { text, start, before, count ->
etEmail.setSelection(0)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment