Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b66d97fb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Ensure media resumption controls have a title" into rvc-dev am: d98b964b

Change-Id: I2ba9f5cf73bbac7c52daf302519c3c0a9eed0032
parents 1bbe0b4e d98b964b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -343,6 +343,11 @@ public class QSPanel extends LinearLayout implements Tunable, Callback, Brightne
                return;
            }

            if (desc == null || desc.getTitle() == null) {
                Log.e(TAG, "Description incomplete");
                return;
            }

            Log.d(TAG, "adding track from browser: " + desc + ", " + component);
            QSMediaPlayer player = new QSMediaPlayer(mContext, QSPanel.this,
                    null, mForegroundExecutor, mBackgroundExecutor, mActivityStarter);