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

Commit 667691b5 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android Git Automerger
Browse files

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

* commit '2ef327ed':
  Scale notifications on lockscreen for 420 dpi devices
parents cb4c0af3 2ef327ed
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() {