Skip to content

Commit

Permalink
[FIX/#131] 구매 목록 아이템 클릭 시 상세뷰로 navigate
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchbreeze committed Sep 11, 2024
1 parent b3e2fa9 commit f1ed2c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class HistoryActivity : BaseActivity<ActivityHistoryBinding>(featureR.layout.act
private fun initAdapter() {
_buyAdapter =
HistoryBuyAdapter { orderId ->
navigationManager.toBuyFinishedView(this, orderId)
navigationManager.toBuyInfoView(this, orderId)
}
_sellAdapter =
HistorySellAdapter { itemId ->
Expand Down

0 comments on commit f1ed2c6

Please sign in to comment.