~ahayzen/music-app/remix-perf-001

« back to all changes in this revision

Viewing changes to MusicNowPlaying.qml

* Fix so that label is correct when seeking when paused.

Approved by Victor Thompson, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
207
207
 
208
208
                    onPressedChanged: {
209
209
                        seeking = pressed
 
210
 
210
211
                        if (!pressed) {
211
212
                            seeked = true
212
213
                            player.seek(value)
 
214
 
 
215
                            musicToolbarFullPositionLabel.text = durationToString(value)
213
216
                       }
214
217
                    }
215
218