fix first message not being functional issue

This commit is contained in:
ryanzhao 2021-10-12 09:27:09 +11:00
parent 0eba1eb14f
commit 99d2dd42d5
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ BOOL IsNoteToSelfEnabled(void)
if (!self.shouldBeVisible) {
self.shouldBeVisible = YES;
[super saveWithTransaction:transaction];
[self saveWithTransaction:transaction];
} else {
[self touchWithTransaction:transaction];
}