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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user