Merge "No-op an unused API for Shell Transitions" into sc-v2-dev

This commit is contained in:
Evan Rosky
2021-06-17 18:12:40 +00:00
committed by Android (Google) Code Review

View File

@@ -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) {
}
}