Skip to content

Commit

Permalink
New notes can be created with empty content
Browse files Browse the repository at this point in the history
  • Loading branch information
theSoenke committed Jul 26, 2015
1 parent 33fb459 commit 0faaf71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ private boolean changesToSave()

if (mNote == null) // note does not exist yet
{
if (!content.isEmpty() || title.isEmpty())
if (!content.isEmpty() || !title.isEmpty())
{
return true;
}
Expand Down

0 comments on commit 0faaf71

Please sign in to comment.