Skip to content

Commit

Permalink
Merge branch 'release/1.1.0' of https://github.com/Team-WSS/WSS-Android
Browse files Browse the repository at this point in the history
… into release/1.1.0
  • Loading branch information
m6z1 committed Feb 24, 2025
2 parents d86a685 + cde9112 commit 85889af
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@ class TermsAgreementDialogFragment :
savedInstanceState: Bundle?,
) {
super.onViewCreated(view, savedInstanceState)
isCancelable = false
setupDialog()
onTermsAgreementPopupMenuUpdateClick()
}

private fun setupDialog() {
isCancelable = false
setCancelable(false)
}

private fun onTermsAgreementPopupMenuUpdateClick() {
binding.tvTermsAgreementPopupMenuUpdate.setOnClickListener {
showTermsAgreementBottomSheet()
Expand Down

0 comments on commit 85889af

Please sign in to comment.