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

Commit da4af237 authored by Tony Mak's avatar Tony Mak
Browse files

Use the briefcase icon with the circle

Thus, it is now consistent with the personal one, which also comes
with the circle.

Test: Observe the animation.

Change-Id: I482f629f30f7c9ca943da86902a1627b81072859
Fixes: 78684075
parent eb0e9822
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);