Merge "Fix split-screen flash issue" am: 6738617652
am: f1fed4de21
Change-Id: I67953f2bda3222ec53f0f6d2423df8287439ffe1
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