File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
android/src/main/java/com/google/samples/apps/iosched/sync Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ public void sync() {
54
54
null ,
55
55
null );
56
56
LOGD (TAG , "Number of unsynced feedbacks: " + c .getCount ());
57
- List <String > questions = new ArrayList <String >();
58
57
List <String > updatedSessions = new ArrayList <String >();
59
58
60
59
while (c .moveToNext ()) {
61
60
String sessionId = c .getString (c .getColumnIndex (ScheduleContract .Feedback .SESSION_ID ));
62
61
62
+ List <String > questions = new ArrayList <String >();
63
63
questions .add (c .getString (c .getColumnIndex (ScheduleContract .Feedback .SESSION_RATING )));
64
64
questions .add (c .getString (c .getColumnIndex (ScheduleContract .Feedback .ANSWER_RELEVANCE )));
65
65
questions .add (c .getString (c .getColumnIndex (ScheduleContract .Feedback .ANSWER_CONTENT )));
You can’t perform that action at this time.
0 commit comments