Skip to content

Commit

Permalink
Fix openMF#1472: Start Date and End Date bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sachit9358 committed Apr 2, 2020
1 parent 58015a6 commit 5d62939
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ private void addTextView(String identifier) {
tvLabel.setText(getString(R.string.overdue_y_number));
break;
}
tvField.setFocusable(false);
tvField.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Expand Down

0 comments on commit 5d62939

Please sign in to comment.