mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-06-05 22:19:17 +02:00
removing some colons
This commit is contained in:
@ -355,7 +355,7 @@ fun Context.getAlarmNotification(pendingIntent: PendingIntent, alarm: Alarm): No
|
||||
builder.setVisibility(NotificationCompat.VISIBILITY_PUBLIC)
|
||||
|
||||
if (soundUri != SILENT) {
|
||||
builder.setSound(Uri.parse(soundUri), AudioManager.STREAM_ALARM);
|
||||
builder.setSound(Uri.parse(soundUri), STREAM_ALARM)
|
||||
}
|
||||
|
||||
if (alarm.vibrate) {
|
||||
|
Reference in New Issue
Block a user