From b2da33792b33c07a6f4e34e705e6f421dbf1b89d Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Tue, 6 Oct 2020 13:39:27 -0300 Subject: [PATCH] Fix build break. --- .../Attachment Keyboard/RecentPhotoCollectionView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Signal/src/ViewControllers/Attachment Keyboard/RecentPhotoCollectionView.swift b/Signal/src/ViewControllers/Attachment Keyboard/RecentPhotoCollectionView.swift index 86119fcd45..5b73c9d71e 100644 --- a/Signal/src/ViewControllers/Attachment Keyboard/RecentPhotoCollectionView.swift +++ b/Signal/src/ViewControllers/Attachment Keyboard/RecentPhotoCollectionView.swift @@ -193,7 +193,7 @@ class SelectMorePhotosCell: UICollectionViewCell { titleLabel.numberOfLines = 0 titleLabel.lineBreakMode = .byWordWrapping titleLabel.textAlignment = .center - titleLabel.font = fixedFont.ows_semibold() + titleLabel.font = fixedFont.ows_semibold titleLabel.textColor = Theme.primaryTextColor titleLabel.text = NSLocalizedString( "IMAGE_PICKER_CHANGE_PHOTOS_TITLE",