Skip to content

Commit

Permalink
[fix/#841] delete ResultCode
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Sep 25, 2024
1 parent 8d76b7b commit e5e7f87
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ import org.sopt.official.feature.mypage.web.WebUrlConstant
import java.io.Serializable
import javax.inject.Inject

enum class ResultCode {
LOG_IN
}

@AndroidEntryPoint
class MyPageActivity : AppCompatActivity() {
private val viewModel by viewModels<MyPageViewModel>()
Expand Down Expand Up @@ -160,7 +156,6 @@ class MyPageActivity : AppCompatActivity() {
MyPageUiModel.MyPageItem(
title = "로그인",
onItemClick = {
setResult(ResultCode.LOG_IN.ordinal)
onBackPressedDispatcher.onBackPressed()
}
)
Expand Down

0 comments on commit e5e7f87

Please sign in to comment.