We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd6c17c commit 32cafb4Copy full SHA for 32cafb4
android/src/main/java/com/google/samples/apps/iosched/sync/FeedbackSyncHelper.java
@@ -59,7 +59,7 @@ public void sync() {
59
while (c.moveToNext()) {
60
String sessionId = c.getString(c.getColumnIndex(ScheduleContract.Feedback.SESSION_ID));
61
62
- List<String> questions = new ArrayList<String>();
+ List<String> questions = new ArrayList<String>();
63
questions.add(c.getString(c.getColumnIndex(ScheduleContract.Feedback.SESSION_RATING)));
64
questions.add(c.getString(c.getColumnIndex(ScheduleContract.Feedback.ANSWER_RELEVANCE)));
65
questions.add(c.getString(c.getColumnIndex(ScheduleContract.Feedback.ANSWER_CONTENT)));
0 commit comments