none
This commit is contained in:
parent
e0f4d3a5a5
commit
aaa6a3a10c
|
@ -186,7 +186,6 @@ public class WorkingNote {
|
|||
public static WorkingNote load(Context context, long id) {
|
||||
return new WorkingNote(context, id, 0);
|
||||
}
|
||||
|
||||
public synchronized boolean saveNote() {
|
||||
if (isWorthSaving()) {
|
||||
if (!existInDatabase()) {
|
||||
|
|
Loading…
Reference in New Issue