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

Commit 799bd5d3 authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Remove calculation of unused local style when reducing image sizes.

I removed the special case for MediaStyle in I11c1494c0ac32aaf3e9d2010560cc8f1d8c50037 but forgot to remove this.

Bug: 172652345
Change-Id: I0c0d5dbb0cfda57636a475bb408969c675a0f5b1
Flag: EXEMPT removing dead code
Test: n/a
parent ec52eba4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -7636,7 +7636,6 @@ public class Notification implements Parcelable
        if (mLargeIcon != null || largeIcon != null) {
            Resources resources = context.getResources();
            Class<? extends Style> style = getNotificationStyle();
            int maxSize = resources.getDimensionPixelSize(isLowRam
                    ? R.dimen.notification_right_icon_size_low_ram
                    : R.dimen.notification_right_icon_size);