mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-04-04 22:01:00 +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 {
|
mediaPlayer = MediaPlayer().apply {
|
||||||
setAudioStreamType(AudioManager.STREAM_ALARM)
|
setAudioStreamType(AudioManager.STREAM_ALARM)
|
||||||
setDataSource(this@ReminderActivity, Uri.parse(soundUri))
|
setDataSource(this@ReminderActivity, Uri.parse(soundUri))
|
||||||
setVolume(lastVolumeValue, lastVolumeValue)
|
|
||||||
isLooping = true
|
isLooping = true
|
||||||
prepare()
|
prepare()
|
||||||
start()
|
start()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user