Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4f7224d authored by Winson Chung's avatar Winson Chung Committed by Android Git Automerger
Browse files

am 870b4c31: Fixing issue where we do not get the task rects, and therefore...

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)
parents 4b5b892c 47f166dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);