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

Commit c97ba49d authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Update divider shadow when it is moving

Change-Id: Ifc67ba3ee640929248cad6479d9c0df818e32f40
parent 1a2f3ab4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -303,6 +303,10 @@ public class DividerView extends FrameLayout implements OnTouchListener,
        if (mTmpRect.equals(mLastResizeRect)) {
            return;
        }

        // Make sure shadows are updated
        mBackground.invalidate();

        mLastResizeRect.set(mTmpRect);
        mWindowManagerProxy.resizeDockedStack(mTmpRect);
    }