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
{{ message }}
This repository was archived by the owner on Apr 9, 2021. It is now read-only.
Currently, In settings activity we are showing the toast that Name should not be empty if the length of the string equals to 0 in every EditTextPreference
Instead of showing toast, disable the positive button so, user can directly know that he did not have to enter the null value in EditText or else he/she have to click once again on preference and have to edit
Steps to reproduce the problem
Go to Settings activity
Open any editText and give a null value
observe the toast
Expected behavior
Instead of showing toast disable the positive button for editTextPreference for null validation
Software and hardware versions
Android 9, Samsung J8
Problem description
Currently, In settings activity we are showing the toast that
Name should not be emptyif the length of the string equals to 0 in everyEditTextPreferenceInstead of showing toast, disable the positive button so, user can directly know that he did not have to enter the null value in EditText or else he/she have to click once again on preference and have to edit
Steps to reproduce the problem
Go to Settings activity
Open any editText and give a null value
observe the toast
Expected behavior
Instead of showing toast disable the positive button for editTextPreference for null validation
GIF
@opendatakit-bot claim