Loading packages/SystemUI/src/com/android/systemui/pip/tv/PipNotification.java +8 −0 Original line number Diff line number Diff line Loading @@ -114,6 +114,14 @@ public class PipNotification { notifyPipNotification(); } } @Override public void onMetadataChanged(MediaMetadata metadata) { if (updateMediaControllerMetadata() && mNotified) { // update notification notifyPipNotification(); } } }; private final PipManager.MediaListener mPipMediaListener = new PipManager.MediaListener() { Loading Loading
packages/SystemUI/src/com/android/systemui/pip/tv/PipNotification.java +8 −0 Original line number Diff line number Diff line Loading @@ -114,6 +114,14 @@ public class PipNotification { notifyPipNotification(); } } @Override public void onMetadataChanged(MediaMetadata metadata) { if (updateMediaControllerMetadata() && mNotified) { // update notification notifyPipNotification(); } } }; private final PipManager.MediaListener mPipMediaListener = new PipManager.MediaListener() { Loading