Skip to content

Commit

Permalink
[feat] 불필요한 시스템 폰트 스위즐링 메서드 중복 호출 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
skkimeo committed Apr 24, 2022
1 parent fef1f8f commit 855e424
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ extension FontSelectionViewController: UITableViewDelegate {
/// 커스텀 폰트 변경
private func updateFontAccordingToSelection(font: CustomFont, indexPath: IndexPath) {
self.userdefaults.set(indexPath.row, forKey: self.fontKey)
UIFont.overrideSystemFont()
self.post(name: .customFontDidChange, object: font)
}
}

0 comments on commit 855e424

Please sign in to comment.