Android UI customizations
This commit is contained in:
parent
c7fd930219
commit
9610c51c30
18 changed files with 260 additions and 48 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue