Compare commits

...

3 Commits

@ -38,6 +38,7 @@ public class Note {
private ContentValues mNoteDiffValues; private ContentValues mNoteDiffValues;
private NoteData mNoteData; private NoteData mNoteData;
private static final String TAG = "Note"; private static final String TAG = "Note";
/** /**
* Create a new note id for adding a new note to databases * Create a new note id for adding a new note to databases
*/ */

@ -281,7 +281,7 @@ public class WorkingNote {
} }
} }
// 设置笔记的窗口小部件类型 // 设置窗口小部件类型
public void setWidgetType(int type) { public void setWidgetType(int type) {
if (type != mWidgetType) { if (type != mWidgetType) {
mWidgetType = type; mWidgetType = type;
@ -289,7 +289,7 @@ public class WorkingNote {
} }
} }
// 设置笔记的窗口小部件ID // 设置窗口小部件ID
public void setWidgetId(int id) { public void setWidgetId(int id) {
if (id != mWidgetId) { if (id != mWidgetId) {
mWidgetId = id; mWidgetId = id;

Loading…
Cancel
Save