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

Commit 834da169 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android Git Automerger
Browse files

am 33b20dd8: am 667691b5: am 2ef327ed: am 2cb70049: Scale notifications on...

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

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


    public boolean shouldScaleDimmed() {
    public boolean shouldScaleDimmed() {