Skip to content

Commit

Permalink
chore: notify on 11 am
Browse files Browse the repository at this point in the history
  • Loading branch information
HI-JIN2 committed Sep 17, 2024
1 parent e7f98a6 commit c7b2746
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ class MyPageActivity : BaseActivity<ActivityMyPageBinding>(ActivityMyPageBinding
)

val calendar = Calendar.getInstance().apply {
set(Calendar.HOUR_OF_DAY, 23)
set(Calendar.MINUTE, 11)
set(Calendar.HOUR_OF_DAY, 11)
set(Calendar.MINUTE, 0)
set(Calendar.SECOND, 0)
set(Calendar.MILLISECOND, 0)
}
Expand Down

0 comments on commit c7b2746

Please sign in to comment.