Skip to content

Commit

Permalink
house number field can now be submitted (fixes #651)
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Oct 18, 2017
1 parent 3103f19 commit 982c1a2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ private void setLayout(int layoutResourceId)
if(isHousename)
{
answer.putString(HOUSENAME, input);
applyFormAnswer(answer);
}
else
{
Expand Down

0 comments on commit 982c1a2

Please sign in to comment.