ubsan fixups

pull/1/head
Michael Kirk 6 years ago
parent 78ad597e44
commit 103a8dc579

@ -3499,6 +3499,7 @@ typedef enum : NSUInteger {
continue;
}
isOnlyModifyingLastMessage = NO;
break;
}
case YapDatabaseViewChangeMove:
isOnlyModifyingLastMessage = NO;

@ -839,10 +839,6 @@ NSString *const kArchivedConversationsReuseIdentifier = @"kArchivedConversations
contactsManager:self.contactsManager
blockedPhoneNumberSet:self.blockedPhoneNumberSet];
if ((unsigned long)indexPath.row == [self.threadMappings numberOfItemsInSection:0] - 1) {
cell.separatorInset = UIEdgeInsetsMake(0.f, cell.bounds.size.width, 0.f, 0.f);
}
return cell;
}

Loading…
Cancel
Save