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

Commit 0b325c4e authored by Evan Rosky's avatar Evan Rosky Committed by Automerger Merge Worker
Browse files

Merge "No-op an unused API for Shell Transitions" into sc-v2-dev am: 75ea095e

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15006957

Change-Id: I38e4461d7fed164fabd4494f6848731f222b9187
parents 4247a8b0 75ea095e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -337,6 +337,12 @@ public class RemoteTransitionCompat implements Parcelable {
                Log.e(TAG, "Failed to detach the navigation bar from app", e);
            }
        }

        /**
         * @see IRecentsAnimationController#animateNavigationBarToApp(long)
         */
        @Override public void animateNavigationBarToApp(long duration) {
        }
    }