Skip to content

Commit 82cc412

Browse files
committed
Style : 알람 시간 더하기 빼기로 변경
1 parent 7d05ed2 commit 82cc412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presentation/src/main/java/com/stop/AlarmFunctions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class AlarmFunctions(
3232

3333
alarmManager.setExactAndAllowWhileIdle(
3434
AlarmManager.RTC_WAKEUP,
35-
makeFullTime(lastTime).timeInMillis + (alarmTime * 60 * 1000), // 막차 시간에서 알람시간 만큼 뺀 timeInMillis
35+
makeFullTime(lastTime).timeInMillis - (alarmTime * 60 * 1000),
3636
pendingIntent
3737
)
3838
}

0 commit comments

Comments
 (0)