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

Commit 498637a1 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android Git Automerger
Browse files

am c821492b: am cd1752ee: am 8289301c: Merge "Always update quick settings...

am c821492b: am cd1752ee: am 8289301c: Merge "Always update quick settings header translation in onLayout" into lmp-mr1-dev

* commit 'c821492b':
  Always update quick settings header translation in onLayout
parents 4a38beac c821492b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -291,8 +291,8 @@ public class NotificationPanelView extends PanelView implements
        } else {
            setQsExpansion(mQsMinExpansionHeight + mLastOverscroll);
            mNotificationStackScroller.setStackHeight(getExpandedHeight());
            updateHeader();
        }
        updateHeader();
        mNotificationStackScroller.updateIsSmallScreen(
                mHeader.getCollapsedHeight() + mQsPeekHeight);
    }