ubsan fixups

This commit is contained in:
Michael Kirk 2018-07-31 17:42:20 -06:00
parent 78ad597e44
commit 103a8dc579
2 changed files with 1 additions and 4 deletions

View file

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

View file

@ -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;
}