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

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

Merge "AOD icons should initially be invisible" into sc-dev am: 1c596318 am: e0413ebf

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

Change-Id: Ia3ea195096ac441267cd0bdb1858b9d25bf301f0
parents 2288eebb e0413ebf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -81,5 +81,6 @@
        android:layout_height="@dimen/notification_shelf_height"
        android:layout_below="@id/keyguard_status_area"
        android:paddingStart="@dimen/below_clock_padding_start_extra"
        android:visibility="invisible"
    />
</com.android.keyguard.KeyguardClockSwitch>
+0 −2
Original line number Diff line number Diff line
@@ -307,8 +307,6 @@ public class KeyguardClockSwitchController extends ViewController<KeyguardClockS
        NotificationIconContainer nic = (NotificationIconContainer)
                mView.findViewById(
                        com.android.systemui.R.id.left_aligned_notification_icon_container);

        // alt icon area is set in KeyguardClockSwitchController
        mNotificationIconAreaController.setupAodIcons(nic);
    }