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

Commit c6289cbe 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 am: 0b325c4e

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

Change-Id: I18341dfbec0a14d70780a8b2d1c4eb83deecde2e
parents 07dd4511 0b325c4e
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) {
        }
    }