Skip to content

Commit f3453f0

Browse files
committed
style : context 통일
1 parent 99ee9e1 commit f3453f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

presentation/src/main/java/com/stop/alarm/SoundRestartService.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ import com.stop.util.getAlarmDefaultNotification
1212
class SoundRestartService : Service() {
1313

1414
override fun onStartCommand(intent: Intent?, flags: Int, startId: Int): Int {
15-
val notImportantPendingIntent = applicationContext.getActivityPendingIntent(
15+
val notImportantPendingIntent = this.getActivityPendingIntent(
1616
Intent(this, AlarmActivity::class.java),
1717
ALARM_CODE
1818
)
19-
val notImportantNotification = applicationContext.getAlarmDefaultNotification(
19+
val notImportantNotification = this.getAlarmDefaultNotification(
2020
notImportantPendingIntent,
2121
""
2222
)

0 commit comments

Comments
 (0)