Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package org.fossify.clock.activities
import android.annotation.SuppressLint
import android.content.Context
import android.content.Intent
import android.content.pm.ActivityInfo
import android.media.AudioManager
import android.media.MediaPlayer
import android.net.Uri
Expand Down Expand Up @@ -53,6 +54,7 @@ class ReminderActivity : SimpleActivity() {
showOverLockscreen()
updateTextColors(binding.root)
updateStatusbarColor(getProperBackgroundColor())
requestedOrientation = ActivityInfo.SCREEN_ORIENTATION_LOCKED

val id = intent.getIntExtra(ALARM_ID, -1)
isAlarmReminder = id != -1
Expand Down