Skip to content

Commit 77b9801

Browse files
committed
fix/#137 : 세팅 버튼 클릭 시 로그아웃 호출이 아닌 세팅 인텐트 호출하도록 변경
1 parent a9c5d5f commit 77b9801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feature/profile/src/main/java/com/yapp/feature/profile/ProfileScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ private fun ProfileScreen(
110110
modifier = Modifier
111111
.padding(horizontal = 20.dp)
112112
.height(56.dp),
113-
onClickSettings = { onIntent(ProfileIntent.ClickLogout) }
113+
onClickSettings = { onIntent(ProfileIntent.ClickSettings) }
114114
)
115115
ProfileInformationSection(
116116
userName = userName,

0 commit comments

Comments
 (0)