fix first message not being functional issue

pull/524/head
ryanzhao 4 years ago
parent 0eba1eb14f
commit 99d2dd42d5

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

Loading…
Cancel
Save