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

Commit ead5f206 authored by Felix Stern's avatar Felix Stern
Browse files

Changing misleading log line (insetsType != animationsType)

Bug: 347248194
Test: NONE
Change-Id: I366c97676c7761dd9fc2ecb6887dbe733b2e88b8
parent ce043f80
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()));
                }
            }