This commit is contained in:
ziji Wu 2019-09-10 17:50:02 +08:00
parent e0f4d3a5a5
commit aaa6a3a10c
1 changed files with 0 additions and 1 deletions

View File

@ -186,7 +186,6 @@ public class WorkingNote {
public static WorkingNote load(Context context, long id) { public static WorkingNote load(Context context, long id) {
return new WorkingNote(context, id, 0); return new WorkingNote(context, id, 0);
} }
public synchronized boolean saveNote() { public synchronized boolean saveNote() {
if (isWorthSaving()) { if (isWorthSaving()) {
if (!existInDatabase()) { if (!existInDatabase()) {