Skip to content

Commit

Permalink
[feat/dialogFragment] : requestFeature 삭제 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
jihyeonAnAn authored Jul 6, 2023
1 parent e207160 commit 7946f68
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ class SignUpDialogFragment : DialogFragment() {
}
dialog?.window?.run {
setBackgroundDrawable(ColorDrawable(Color.TRANSPARENT))
requestFeature(Window.FEATURE_NO_TITLE)
}
}

Expand Down

0 comments on commit 7946f68

Please sign in to comment.