HINOTOR 2 years ago
parent 3ac8507088
commit c0663b3e7b

@ -49,7 +49,6 @@ public class WorkingNote {
private long mModifiedDate;
private long mCreateDate;
private int mBgColorId;
@ -116,7 +115,9 @@ public class WorkingNote {
private static final int NOTE_MODIFIED_DATE_COLUMN = 5;
private static final int NOTE_PASSWORD_COLUMN = 6;
private static final int NOTE_ORIGIN_ID_COLUMN = 7;
private static final int NOTE_CREATE_DATE_COLUMN = 8;
// New note construct

Loading…
Cancel
Save