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

Commit 9b686191 authored by Filip Gruszczynski's avatar Filip Gruszczynski Committed by Android (Google) Code Review
Browse files

Merge "Fix frequent recreation of dock divider surface."

parents ab03f427 a6a72d91
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -707,6 +707,7 @@ final class WindowState implements WindowManagerPolicy.WindowState {
            mStableFrame.set(mContentFrame);
        } else if (mAttrs.type == TYPE_DOCK_DIVIDER) {
            mDisplayContent.mDividerControllerLocked.positionDockedStackedDivider(mFrame);
            mContentFrame.set(mFrame);
        } else {
            mContentFrame.set(Math.max(mContentFrame.left, mFrame.left),
                    Math.max(mContentFrame.top, mFrame.top),