-
Notifications
You must be signed in to change notification settings - Fork 15
HW-52045 ui editability configuration #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HW-52045 ui editability configuration #13
Conversation
ui/src/main/java/com/hyperwallet/android/ui/view/widget/DateWidget.java
Outdated
Show resolved
Hide resolved
…eld-gql-integration' into task/HW-52045-ui-editability-configuration
ui/src/main/java/com/hyperwallet/android/ui/view/widget/SelectionWidget.java
Show resolved
Hide resolved
| showSelectionFragmentDialog(); | ||
| } | ||
| }); | ||
| if (mField.isEditable()) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we should also not register listeners to the other widgets
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we will just make sure that mEditText.setEnabled(false); then the editText will not do all those action callbacks
* added preset values on widgets * widget-alignment-refactor * finalized margin
…eld-gql-integration' into task/HW-52045-ui-editability-configuration
fmattos-hw
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR looks good to me. Please make sure all the reviewers are happy with it too
No description provided.