Skip to content

Commit

Permalink
chore: formated
Browse files Browse the repository at this point in the history
  • Loading branch information
HI-JIN2 committed Nov 6, 2024
1 parent 858d5a2 commit 4250af2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,13 @@ class MyPageActivity : BaseActivity<ActivityMyPageBinding>(ActivityMyPageBinding
if (isChecked) {
if (checkNotificationPermission(this)) { // κΆŒν•œμ΄ μžˆλŠ” μƒνƒœ
myPageViewModel.setNotificationOn()
// showToast("EAT-SSU μ•Œλ¦Ό μˆ˜μ‹ μ„ λ™μ˜ν•˜μ˜€μŠ΅λ‹ˆλ‹€.")
showSnackbar("EAT-SSU μ•Œλ¦Ό μˆ˜μ‹ μ„ λ™μ˜ν•˜μ˜€μŠ΅λ‹ˆλ‹€.\n$formattedDate")
} else { // κΆŒν•œμ΄ μ—†μœΌλ©΄ μ„€μ • ν™”λ©΄μœΌλ‘œ 이동 μ•Œλ¦Ό
showNotificationPermissionDialog()
}
} else {
myPageViewModel.setNotificationOff()
showSnackbar("EAT-SSU μ•Œλ¦Ό μˆ˜μ‹ μ„ κ±°λΆ€ν•˜μ˜€μŠ΅λ‹ˆλ‹€.\n$formattedDate")
// showToast("EAT-SSU μ•Œλ¦Ό μˆ˜μ‹ μ„ κ±°λΆ€ν•˜μ˜€μŠ΅λ‹ˆλ‹€.")
}
}

Expand Down

0 comments on commit 4250af2

Please sign in to comment.