Skip to content

Commit

Permalink
[MOD] #276 코스 생성 버튼 클릭 시 하단 Dialog dismiss
Browse files Browse the repository at this point in the history
  • Loading branch information
unam98 committed Nov 10, 2023
1 parent 4f9ee4f commit ea6f52e
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,14 +313,15 @@ class DrawActivity :
Timber.tag("EditTextValue").d("${viewModel.departureName.value}")
}

val bottomSheetDialog = BottomSheetDialog(this)
bottomSheetDialog.setContentView(bottomSheetView)

btnCreateCourse.setOnClickListener {
hideKeyboard(etCourseName)
bottomSheetDialog.dismiss()
createMbr()
}

val bottomSheetDialog = BottomSheetDialog(this)
bottomSheetDialog.setContentView(bottomSheetView)

return bottomSheetDialog
}

Expand Down

0 comments on commit ea6f52e

Please sign in to comment.