Skip to content

Commit

Permalink
The converted schedule data is now saved.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sentaroh committed Dec 26, 2020
1 parent 6632121 commit d78a635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,10 @@ final static public ArrayList<ScheduleItem> loadScheduleData(Context c, GlobalPa
sl = buildScheduleListV5(gp, v5_data);
} else if (!v4_data.equals("-1")) {
sl = buildScheduleListV4(gp, v4_data);
saveScheduleData(c, gp, sl);
} else if (!v3_data.equals("-1")) {
sl = buildScheduleListV3(gp, v3_data);
saveScheduleData(c, gp, sl);
} else if (!v2_data.equals("-1")) {
sl = buildScheduleListV2(gp, v2_data);
saveScheduleData(c, gp, sl);
Expand Down
Binary file modified debug_apk/SMBSync2_debug.apk
Binary file not shown.

0 comments on commit d78a635

Please sign in to comment.