am 870b4c31: Fixing issue where we do not get the task rects, and therefore have no transitions. (Bug 15610655)

* commit '870b4c31c58aefaed1de3912e7dfe0fc6cc46f17':
  Fixing issue where we do not get the task rects, and therefore have no transitions. (Bug 15610655)
This commit is contained in:
Winson Chung
2014-06-13 19:20:47 +00:00
committed by Android Git Automerger

View File

@@ -287,7 +287,7 @@ public class AlternateRecentsComponent implements ActivityOptions.OnAnimationSta
/** 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);