Skip to content

Commit

Permalink
Auto play of sound files does not work on first question (getodk#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek2010 authored and lognaturel committed Apr 21, 2017
1 parent 736e3bf commit f9c6b51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ private View createView(int event, boolean advancingPage) {

switch (event) {
case FormEntryController.EVENT_BEGINNING_OF_FORM:
return createViewForFormBeginning(event, advancingPage, formController);
return createViewForFormBeginning(event, true, formController);

case FormEntryController.EVENT_END_OF_FORM:
View endView = View.inflate(this, R.layout.form_entry_end, null);
Expand Down

0 comments on commit f9c6b51

Please sign in to comment.