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

Commit 513e2d61 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix calculation of the collapsible height" into rvc-dev am: 5cb264d9...

Merge "Fix calculation of the collapsible height" into rvc-dev am: 5cb264d9 am: 0d9c6a8f am: 9ac5a810

Change-Id: Ib6b47d44a6be3e024478c6be2e0c412eae51d780
parents a58b058c 9ac5a810
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -227,7 +227,7 @@ public class ResolverDrawerLayout extends ViewGroup {
        }

        final int oldCollapsibleHeight = mCollapsibleHeight;
        mCollapsibleHeight = Math.max(mCollapsibleHeight, getMaxCollapsedHeight());
        mCollapsibleHeight = Math.min(mCollapsibleHeight, getMaxCollapsedHeight());

        if (updateCollapseOffset(oldCollapsibleHeight, !isDragging())) {
            return;