Skip to content

Commit

Permalink
#70 / unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
taeheeL committed Jul 20, 2023
1 parent 914cc02 commit 2483f3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class MypageAccountActivity :
}

private fun setupAccountList1() {
binding.tvMypageAccountLogout.setOnSingleClickListener {
binding.clMypageAccountLogout.setOnSingleClickListener {
MypageAccountLogoutDialogFragment().show(
supportFragmentManager,
"MypageAccountLogoutDialogFragment",
Expand All @@ -38,7 +38,7 @@ class MypageAccountActivity :
}

private fun setupAccountList2() {
binding.tvMypageAccountSecession.setOnSingleClickListener {
binding.clMypageAccountSecession.setOnSingleClickListener {
MypageAccountDeleteDialogFragment().show(
supportFragmentManager,
"MypageAccountSecessionDialogFragment",
Expand All @@ -47,7 +47,7 @@ class MypageAccountActivity :
}

private fun setupAccountList3() {
binding.tvMypageAccountDisconnect.setOnSingleClickListener {
binding.clMypageAccountDisconnect.setOnSingleClickListener {
MypageAccountCoupleDisconnectDialogFragment().show(
supportFragmentManager,
"MypageAccountCoupleDisconnectDialogFragment",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import sopt.uni.data.datasource.local.SparkleStorage
import sopt.uni.databinding.NoBodyAction2DialogBinding
import sopt.uni.databinding.TitleAction2DialogBinding
import sopt.uni.presentation.BindingDialogFragment
import sopt.uni.presentation.home.HomeActivity
import sopt.uni.presentation.login.LoginActivity
import sopt.uni.util.extension.setOnSingleClickListener

Expand Down

0 comments on commit 2483f3a

Please sign in to comment.