DO NOT MERGE am: 1fb6718c85
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14885687 Change-Id: I0979cda3bf21947188a3301b7c73442d0c9c8e60
This commit is contained in:
@@ -1358,7 +1358,7 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T
|
||||
mOrientationHandler);
|
||||
int taskWidth = mTempRect.width();
|
||||
int taskHeight = mTempRect.height();
|
||||
if (mRunningTaskId != -1) {
|
||||
if (mFocusedTaskId != -1) {
|
||||
int boxLength = Math.max(taskWidth, taskHeight);
|
||||
if (mFocusedTaskRatio > 1) {
|
||||
taskWidth = boxLength;
|
||||
|
||||
Reference in New Issue
Block a user