Hide empty conversations in home view.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent 1890039165
commit 8e628a6296

@ -114,6 +114,13 @@ NS_ASSUME_NONNULL_BEGIN
[fetchedThread updateWithLastMessage:self transaction:transaction];
}
- (void)removeWithTransaction:(YapDatabaseReadWriteTransaction *)transaction
{
[super removeWithTransaction:transaction];
[self touchThreadWithTransaction:transaction];
}
- (BOOL)isDynamicInteraction
{
return NO;

Loading…
Cancel
Save