Skip to content

Commit 869cf29

Browse files
committed
Call #updateQuestions after building them in ODKView
1 parent 459857a commit 869cf29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • collect_app/src/main/java/org/odk/collect/android/formentry

collect_app/src/main/java/org/odk/collect/android/formentry/ODKView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ public ODKView(
161161
LifecycleOwner viewLifecycle
162162
) {
163163
super(context);
164-
updateQuestions(questionPrompts);
165164

166165
this.viewLifecycle = viewLifecycle;
167166
this.audioPlayer = audioPlayer;
@@ -209,6 +208,7 @@ public ODKView(
209208

210209
setupAudioErrors();
211210
autoplayIfNeeded(advancingPage);
211+
updateQuestions(questionPrompts);
212212
}
213213

214214
private void setupAudioErrors() {

0 commit comments

Comments
 (0)