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

Commit d4811ccd authored by android-build-team Robot's avatar android-build-team Robot Committed by android-build-merger
Browse files

Merge "Use the briefcase icon with the circle" into pi-dev

am: a8c840c4

Change-Id: Ic9adb21530ecc13d14cc6502984808ebde61cc5c
parents 1b4f6e8b a8c840c4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -984,6 +984,7 @@ public class AppTransition implements Dump {
                (height - thumbnailSize) / 2,
                (width + thumbnailSize) / 2,
                (height + thumbnailSize) / 2);
        drawable.setTint(mContext.getColor(android.R.color.white));
        drawable.draw(canvas);
        picture.endRecording();

+1 −1
Original line number Diff line number Diff line
@@ -1984,7 +1984,7 @@ class AppWindowToken extends WindowToken implements WindowManagerService.AppFree
        final Rect frame = win.mFrame;
        final int thumbnailDrawableRes = getTask().mUserId == mService.mCurrentUserId
                ? R.drawable.ic_account_circle
                : R.drawable.ic_corp_badge_no_background;
                : R.drawable.ic_corp_badge;
        final GraphicBuffer thumbnail =
                mService.mAppTransition
                        .createCrossProfileAppsThumbnail(thumbnailDrawableRes, frame);