Compare commits

..

No commits in common. '8e94466f98b1f491703274d72c641a86bab87b4a' and 'f1e29fc2a4f7efc7f6f495a1898c8ff37752c842' have entirely different histories.

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

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

Loading…
Cancel
Save