We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d05ed2 commit 82cc412Copy full SHA for 82cc412
presentation/src/main/java/com/stop/AlarmFunctions.kt
@@ -32,7 +32,7 @@ class AlarmFunctions(
32
33
alarmManager.setExactAndAllowWhileIdle(
34
AlarmManager.RTC_WAKEUP,
35
- makeFullTime(lastTime).timeInMillis + (alarmTime * 60 * 1000), // 막차 시간에서 알람시간 만큼 뺀 timeInMillis
+ makeFullTime(lastTime).timeInMillis - (alarmTime * 60 * 1000),
36
pendingIntent
37
)
38
}
0 commit comments