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

Commit 33b20dd8 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android Git Automerger
Browse files

am 667691b5: am 2ef327ed: am 2cb70049: Scale notifications on lockscreen for 420 dpi devices

* commit '667691b5':
  Scale notifications on lockscreen for 420 dpi devices
parents 59ef9b0d 667691b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ public class StackScrollAlgorithm {
        mCollapseSecondCardPadding = context.getResources().getDimensionPixelSize(
                R.dimen.notification_collapse_second_card_padding);
        mScaleDimmed = context.getResources().getDisplayMetrics().densityDpi
                >= DisplayMetrics.DENSITY_XXHIGH;
                >= DisplayMetrics.DENSITY_420;
    }

    public boolean shouldScaleDimmed() {