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

Commit 0bc4917c authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Always update quick settings header translation in onLayout

Bug: 16887664
Change-Id: Ida110877d63c74d38d80a627621320cda26c97a7
parent 9301eafb
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);
    }