Skip to content

Commit

Permalink
[ADD/#31] 판매 상세뷰 intent 연결
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchbreeze committed Jun 29, 2024
1 parent 8c474b5 commit fbaa2ee
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import android.os.Bundle
import androidx.activity.viewModels
import co.orange.domain.entity.response.SellInfoModel
import co.orange.presentation.main.MainActivity
import co.orange.presentation.sell.info.SellInfoActivity
import coil.load
import dagger.hilt.android.AndroidEntryPoint
import kr.genti.core.base.BaseActivity
Expand Down Expand Up @@ -41,7 +42,9 @@ class SellFinishedActivity :

private fun initDetailBtnListener() {
binding.btnProductDetail.setOnSingleClickListener {
// TODO
SellInfoActivity.createIntent(this, viewModel.itemId).apply {
startActivity(this)
}
}
}

Expand Down

0 comments on commit fbaa2ee

Please sign in to comment.