Merge "Corrected top stack logic of notifications again."
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user