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

Commit 0486e6b0 authored by Kevin Chyn's avatar Kevin Chyn Committed by android-build-merger
Browse files

Merge "Scale the work profile background properly" into qt-r1-dev am: 7473e8fd

am: 896bcc17

Change-Id: I4708fbf84133e90d45ee7774b82d4ad857755877
parents d47c0e4c 896bcc17
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -267,6 +267,7 @@ public abstract class BiometricDialogView extends LinearLayout {
                    mContext.getTheme());
            image.setColorFilter(mDevicePolicyManager.getOrganizationColorForUser(mUserId),
                    PorterDuff.Mode.DARKEN);
            backgroundView.setScaleType(ImageView.ScaleType.CENTER_CROP);
            backgroundView.setImageDrawable(image);
        } else {
            backgroundView.setImageDrawable(null);