程星桦:注释了model中的2个代码,ui中的2个代码,widget中的3个代码

src
WisHua 8 months ago
parent f55fc398e4
commit 8e94466f98

@ -38,6 +38,7 @@ 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