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

Commit 981be0b5 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "AOD: Hide owner info on ambient display" into oc-dr1-dev am:...

Merge "Merge "AOD: Hide owner info on ambient display" into oc-dr1-dev am: 6c5ce43b am: 6dfd8aa7 am: aecf6d77"
parents 8d5a505d 60a40fa4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -333,6 +333,10 @@ public class KeyguardStatusView extends GridLayout {
            }
            child.setAlpha(dark ? 0 : 1);
        }
        if (mOwnerInfo != null) {
            mOwnerInfo.setAlpha(dark ? 0 : 1);
        }

        updateDozeVisibleViews();
        mBatteryDoze.setDark(dark);
        mClockView.setTextColor(ColorUtils.blendARGB(mTextColor, Color.WHITE, darkAmount));