Android UI customizations

This commit is contained in:
Thomas Perl 2014-11-22 16:19:53 +01:00
parent c7fd930219
commit 9610c51c30
18 changed files with 260 additions and 48 deletions

View file

@ -41,7 +41,7 @@ MediaPlayer {
property int playedFrom: 0
property var androidConnections: Connections {
target: (typeof(gpodderAndroid) === 'undefined') ? null : gpodderAndroid
target: platform.android ? gpodderAndroid : null
onAudioBecomingNoisy: {
if (playbackState === MediaPlayer.PlayingState) {