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

Commit e62779a6 authored by Robin Lee's avatar Robin Lee Committed by Automerger Merge Worker
Browse files

Merge "SystemUI: add GlobalActionsComponent for tv [1/1]" into sc-dev am: 8766e5c1

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14974997

Change-Id: I2190061b00390c02b26da5debf659e8cba218b82
parents e7fc2de4 8766e5c1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@
        <item>com.android.systemui.statusbar.tv.notifications.TvNotificationPanel</item>
        <item>com.android.systemui.statusbar.tv.notifications.TvNotificationHandler</item>
        <item>com.android.systemui.statusbar.tv.VpnStatusObserver</item>
        <item>com.android.systemui.globalactions.GlobalActionsComponent</item>
        <item>com.android.systemui.usb.StorageNotification</item>
        <item>com.android.systemui.power.PowerUI</item>
        <item>com.android.systemui.media.RingtonePlayer</item>
+3 −0
Original line number Diff line number Diff line
@@ -899,6 +899,9 @@ public class StatusBarKeyguardViewManager implements RemoteInputController.Callb
    };

    protected void updateStates() {
        if (mContainer == null ) {
            return;
        }
        int vis = mContainer.getSystemUiVisibility();
        boolean showing = mShowing;
        boolean occluded = mOccluded;