Skip to content

Commit 3199ab2

Browse files
committed
fix big
1 parent ccdd3d3 commit 3199ab2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/ru/fazziclay/opentoday/ui/fragment/ItemEditorFragment.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ private void applyRequest() {
210210
}
211211
item.visibleChanged();
212212
item.save();
213+
unsavedChanges = false;
213214

214215
if (onEditDone != null) onEditDone.run(item);
215216
cancel();

0 commit comments

Comments
 (0)