Loading packages/SystemUI/src/com/android/systemui/media/dialog/MediaOutputBaseDialog.java +5 −0 Original line number Diff line number Diff line Loading @@ -312,6 +312,11 @@ public abstract class MediaOutputBaseDialog extends SystemUIDialog changeFooterColorForScroll(); } }); // Changes footer background when the list dimensions changed without scroll. mDevicesRecyclerView.addOnLayoutChangeListener( (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { changeFooterColorForScroll(); }); } } Loading Loading
packages/SystemUI/src/com/android/systemui/media/dialog/MediaOutputBaseDialog.java +5 −0 Original line number Diff line number Diff line Loading @@ -312,6 +312,11 @@ public abstract class MediaOutputBaseDialog extends SystemUIDialog changeFooterColorForScroll(); } }); // Changes footer background when the list dimensions changed without scroll. mDevicesRecyclerView.addOnLayoutChangeListener( (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { changeFooterColorForScroll(); }); } } Loading