mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-04-03 13:21:01 +02:00
remove misused and unnecessary media player method setVolume.
it just break alarm volume level in a wrong way.
This commit is contained in:
parent
c2d1a08d1d
commit
09ff33ab84
@ -194,7 +194,6 @@ class ReminderActivity : SimpleActivity() {
|
||||
mediaPlayer = MediaPlayer().apply {
|
||||
setAudioStreamType(AudioManager.STREAM_ALARM)
|
||||
setDataSource(this@ReminderActivity, Uri.parse(soundUri))
|
||||
setVolume(lastVolumeValue, lastVolumeValue)
|
||||
isLooping = true
|
||||
prepare()
|
||||
start()
|
||||
|
Loading…
x
Reference in New Issue
Block a user