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

Commit b96924dd authored by Selim Cinek's avatar Selim Cinek
Browse files

Corrected top stack logic of notifications again.

Change-Id: Ibf514f6ed446574ebe0bf7cfed692197123384f3
parent 34c0a8d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ public class StackScrollAlgorithm {
        mTopStackIndentationFunctor = new PiecewiseLinearIndentationFunctor(
                MAX_ITEMS_IN_TOP_STACK,
                mTopStackPeekSize,
                mTopStackTotalSize,
                mTopStackTotalSize - mTopStackPeekSize,
                0.5f);
        mBottomStackIndentationFunctor = new PiecewiseLinearIndentationFunctor(
                MAX_ITEMS_IN_BOTTOM_STACK,