← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

Re: [Merge] lp:~gang65/ubuntu-clock-app/ubuntu-clock-volume-preview into lp:ubuntu-clock-app

 

One thing to note is that when I make the following change, any value from the slider results in "VOLUME: 0"

=== modified file 'app/alarm/AlarmSettingsPage.qml'
--- app/alarm/AlarmSettingsPage.qml	2015-07-29 19:35:00 +0000
+++ app/alarm/AlarmSettingsPage.qml	2015-08-07 22:35:02 +0000
@@ -35,7 +35,7 @@
 
     Audio {
         id: previewAlarmVolume
         audioRole: MediaPlayer.alarm
+        onVolumeChanged: console.log("VOLUME: ", volume)
     }

-- 
https://code.launchpad.net/~gang65/ubuntu-clock-app/ubuntu-clock-volume-preview/+merge/264783
Your team Ubuntu Clock Developers is subscribed to branch lp:ubuntu-clock-app.


References