mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-02-08 16:08:40 +01:00
removing an empty line
This commit is contained in:
parent
028e9e7a80
commit
83ac361a31
@ -408,7 +408,6 @@ fun Context.getAlarmNotification(pendingIntent: PendingIntent, alarm: Alarm): No
|
||||
.setFlags(AudioAttributes.FLAG_AUDIBILITY_ENFORCED)
|
||||
.build()
|
||||
|
||||
|
||||
val notificationManager = getSystemService(Context.NOTIFICATION_SERVICE) as NotificationManager
|
||||
val importance = NotificationManager.IMPORTANCE_HIGH
|
||||
NotificationChannel(channelId, label, importance).apply {
|
||||
|
Loading…
x
Reference in New Issue
Block a user