commit | 47f166dd8c430c2f2dda9e15f8294b1c81e1fcb2 | [log] [tgz] |
---|---|---|
author | Winson Chung <winsonc@google.com> | Fri Jun 13 08:55:33 2014 -0700 |
committer | Winson Chung <winsonc@google.com> | Fri Jun 13 16:01:05 2014 +0000 |
tree | 7a4f7c99852b72fa18918992595086761b8cd345 | |
parent | e31d9438dbea96f6a02a6e3c2a9315fc157a2b4b [diff] |
Fixing issue where we do not get the task rects, and therefore have no transitions. (Bug 15610655) Change-Id: Ie25f0037a4f8bf8c3069d50e3a0ad670125be9a1
diff --git a/packages/SystemUI/src/com/android/systemui/recents/AlternateRecentsComponent.java b/packages/SystemUI/src/com/android/systemui/recents/AlternateRecentsComponent.java index 2f6d58f..24a31f8 100644 --- a/packages/SystemUI/src/com/android/systemui/recents/AlternateRecentsComponent.java +++ b/packages/SystemUI/src/com/android/systemui/recents/AlternateRecentsComponent.java
@@ -283,7 +283,7 @@ /** Updates each of the task animation rects. */ void updateAnimationRects() { - if (mServiceIsBound && mBootCompleted) { + if (mServiceIsBound) { Resources res = mContext.getResources(); int statusBarHeight = res.getDimensionPixelSize( com.android.internal.R.dimen.status_bar_height);