Skip to content

Commit

Permalink
[Fix] #18 개인정보 TextView 수정 가능 여부 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KakaoTocs committed Sep 23, 2021
1 parent b56957c commit 607d41f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BMDJ/ViewController/PrivacyPolicyViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ final class PrivacyPolicyViewController: UIViewController, View {
textView.font = .regularBody3
textView.text = text
textView.backgroundColor = .background2
textView.isEditable = false
view.addSubview(textView)
return textView
}()
Expand Down

0 comments on commit 607d41f

Please sign in to comment.