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

Commit 724ac3db authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix direction of matrix inversion" into sc-v2-dev am: 9c7baac1 am: f5a9714a

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16381637

Change-Id: If2a5d0528a1b6480e7591b36953f135d002e7bb7
parents f30a9998 f5a9714a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -316,7 +316,7 @@ public final class TaskViewUtils {
                mt[i] = localMt;

                Matrix localMti = new Matrix();
                localMti.invert(localMt);
                localMt.invert(localMti);
                mti[i] = localMti;
            }