Merge "Skip waiting for draw when triggering split screen from global action." into pi-dev
This commit is contained in:
@@ -492,6 +492,13 @@ public class Recents extends SystemUI
|
||||
}
|
||||
}
|
||||
mDraggingInRecentsCurrentUser = currentUser;
|
||||
|
||||
if (mOverviewProxyService.getProxy() != null) {
|
||||
// The overview service is handling split screen, so just skip the wait for the
|
||||
// first draw and notify the divider to start animating now
|
||||
EventBus.getDefault().post(new RecentsDrawnEvent());
|
||||
}
|
||||
|
||||
return true;
|
||||
} else {
|
||||
EventBus.getDefault().send(new ShowUserToastEvent(
|
||||
|
||||
Reference in New Issue
Block a user