Update WorkingNote.java

main
lxt-Area 1 year ago
parent 031edf8220
commit 67b067b2a2

@ -173,7 +173,7 @@ public class WorkingNote {
throw new IllegalArgumentException("Unable to find note's data with id " + mNoteId);
}
}
//编写便签
public static WorkingNote createEmptyNote(Context context, long folderId, int widgetId,
int widgetType, int defaultBgColorId) {
WorkingNote note = new WorkingNote(context, folderId);

Loading…
Cancel
Save