Skip to content

Commit

Permalink
[chore] 코드수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangwook123 committed Nov 10, 2023
1 parent 1aac03f commit 8043b45
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import org.go.sopt.winey.util.intent.getCompatibleParcelableExtra

class WineyDialogFragment :
BindingDialogFragment<FragmentAlertDialogBinding>(R.layout.fragment_alert_dialog) {
private var handleNegative: (() -> Unit) = {}
private var handlePositive: (() -> Unit) = {}
private var handleNegative: () -> Unit = {}
private var handlePositive: () -> Unit = {}

override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)
Expand Down

0 comments on commit 8043b45

Please sign in to comment.