Skip to content

Commit

Permalink
Update BeeSwift/Gallery/GalleryViewController.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
krugerk authored Oct 25, 2024
1 parent efc3fb3 commit e650965
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BeeSwift/Gallery/GalleryViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ class GalleryViewController: UIViewController, UICollectionViewDelegateFlowLayou
}

self.lastUpdatedView.addSubview(self.lastUpdatedLabel)
self.lastUpdatedLabel.text = nil
self.lastUpdatedLabel.font = UIFont.beeminder.defaultFontPlain.withSize(Constants.defaultFontSize)
self.lastUpdatedLabel.textAlignment = NSTextAlignment.center
self.lastUpdatedLabel.snp.makeConstraints { (make) -> Void in
Expand Down

0 comments on commit e650965

Please sign in to comment.