Skip to content

Commit c0635e5

Browse files
committed
feat: 마이페이지 스낵바 호출 후 스낵바 State 초기화 기능 추가 #68
1 parent 200126c commit c0635e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • app/src/main/java/com/kuit/ourmenu/ui/my/screen

app/src/main/java/com/kuit/ourmenu/ui/my/screen/MyScreen.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ fun MyRoute(
106106
message = "비밀번호가 변경되었어요.",
107107
duration = SnackbarDuration.Short,
108108
)
109+
viewModel.updateShowCompleteState(false)
109110
}
110111
}
111112

0 commit comments

Comments
 (0)