diff --git a/Simplenote/NoteEditorViewController.m b/Simplenote/NoteEditorViewController.m index 1fc815933..3a02dfdfd 100644 --- a/Simplenote/NoteEditorViewController.m +++ b/Simplenote/NoteEditorViewController.m @@ -293,8 +293,13 @@ - (void)displayNotes:(NSArray *)notes - (void)checkTextInDocument { dispatch_async(dispatch_get_main_queue(), ^() { + // Temporarily remove the editor delegate because `checkTextInDocument` + // fires `textDidChange` which will erroneously modify the note's modification + // date and unintentionally change the sort order of the note in the list as a result + [self.noteEditor setDelegate:nil]; [self.noteEditor checkTextInDocument:nil]; [self.noteEditor setNeedsDisplay:YES]; + [self.noteEditor setDelegate:self]; }); } diff --git a/Simplenote/Simplenote-Info-Hockey.plist b/Simplenote/Simplenote-Info-Hockey.plist index 58d76b856..63b982885 100644 --- a/Simplenote/Simplenote-Info-Hockey.plist +++ b/Simplenote/Simplenote-Info-Hockey.plist @@ -21,11 +21,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.3.1 + 1.3.2 CFBundleSignature ???? CFBundleVersion - 1310 + 1320 LSApplicationCategoryType public.app-category.productivity LSMinimumSystemVersion diff --git a/Simplenote/Simplenote-Info.plist b/Simplenote/Simplenote-Info.plist index 2d53d636c..ca269c32a 100644 --- a/Simplenote/Simplenote-Info.plist +++ b/Simplenote/Simplenote-Info.plist @@ -21,11 +21,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.3.1 + 1.3.2 CFBundleSignature ???? CFBundleVersion - 1310 + 1320 Fabric APIKey