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) {
|
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()) {
|
||||||
|
|
Loading…
Reference in New Issue