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

Commit 8766e5c1 authored by Robin Lee's avatar Robin Lee Committed by Android (Google) Code Review
Browse files

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

parents 2ae1e25b ed08ff82
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;