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

Commit 082fe7bb authored by Felix Stern's avatar Felix Stern Committed by Android (Google) Code Review
Browse files

Merge "Changing misleading log line (insetsType != animationsType)" into main

parents 54ad1eaa ead5f206
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -817,7 +817,7 @@ public class InsetsController implements WindowInsetsController, InsetsAnimation
                    Collections.unmodifiableList(runningAnimations));
            if (DEBUG) {
                for (WindowInsetsAnimation anim : runningAnimations) {
                    Log.d(TAG, String.format("Running animation type: %d, progress: %f",
                    Log.d(TAG, String.format("Running animation on insets type: %d, progress: %f",
                            anim.getTypeMask(), anim.getInterpolatedFraction()));
                }
            }