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

Commit 86543724 authored by Selim Cinek's avatar Selim Cinek Committed by Android Git Automerger
Browse files

am 5c0f5df4: Merge "Corrected top stack logic of notifications again."

* commit '5c0f5df4494ec12269abd9ed07261fac2b86dc70':
  Corrected top stack logic of notifications again.
parents db808c3e bbd8bdf7
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,