Skip to content

Commit

Permalink
Remove: 졸업 예정일 토스트 메시지 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
kimyujin-com committed Feb 18, 2024
1 parent 4f6a65f commit 973074c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class GradDateFragment : Fragment() {
val date = originalFormat.parse(dateString)
val formattedDate = targetFormat.format(date)
viewModel.updateDateInfo(formattedDate)
Toast.makeText(context, "저장되었습니다.", Toast.LENGTH_LONG).show()
//Toast.makeText(context, "저장되었습니다.", Toast.LENGTH_LONG).show()
navigate(R.id.action_fragment_date_to_fragment_home)
viewModel.onEditButtonClick()
} catch (e: ParseException) {
Expand Down

0 comments on commit 973074c

Please sign in to comment.