Merge "Fix split-screen flash issue"
This commit is contained in:
@@ -1048,6 +1048,7 @@ public class DividerView extends FrameLayout implements OnTouchListener,
|
||||
|
||||
public final void onBusEvent(RecentsActivityStartingEvent recentsActivityStartingEvent) {
|
||||
if (mGrowRecents && getWindowManagerProxy().getDockSide() == WindowManager.DOCKED_TOP
|
||||
&& getSnapAlgorithm().getMiddleTarget() != getSnapAlgorithm().getLastSplitTarget()
|
||||
&& getCurrentPosition() == getSnapAlgorithm().getLastSplitTarget().position) {
|
||||
mState.growAfterRecentsDrawn = true;
|
||||
startDragging(false /* animate */, false /* touching */);
|
||||
|
||||
Reference in New Issue
Block a user