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

Commit b51d58e6 authored by Miranda Kephart's avatar Miranda Kephart Committed by Android (Google) Code Review
Browse files

Merge "Fix direct share badges when sharing on work/personal profiles" into sc-qpr1-dev

parents 4f3715c7 63fe7d73
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -165,7 +165,7 @@ public final class SelectableTargetInfo implements ChooserTargetInfo {

        // Now fetch app icon and raster with no badging even in work profile
        Bitmap appIcon = mSelectableTargetInfoCommunicator.makePresentationGetter(info)
                .getIconBitmap(android.os.Process.myUserHandle());
                .getIconBitmap(mContext.getUser());

        // Raster target drawable with appIcon as a badge
        SimpleIconFactory sif = SimpleIconFactory.obtain(mContext);