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

Unverified Commit c0c936a5 authored by Ido Ben-Hur's avatar Ido Ben-Hur Committed by Michael Bestas
Browse files

SystemUI: ToastUI: Fixup toast theme again

AOSP fixed the icon view in A15/QPR2 but they still have the theme broken
Re-apply our old fix

Change-Id: I724eedc81f6c97e0cc98672b4136a0b3bcbcf525
parent d2f7effc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ public class ToastUI implements
                return;
            }
            Context displayContext = context.createDisplayContext(display);
            mToast = mToastFactory.createToast(mContext, displayContext /* sysuiContext */, text,
            mToast = mToastFactory.createToast(mContext, mContext /* sysuiContext */, text,
                    packageName, userHandle.getIdentifier(), mOrientation);

            if (mToast.getInAnimation() != null) {