Fixed
Status Update
Comments
ch...@google.com <ch...@google.com> #2
This only affects DrawerLayout 1.1.0 which is still in alpha so lets just fix forward.
@Nick: can we do a quick release of DrawerLayout 1.1.0-alpha03 from ToT?
@Nick: can we do a quick release of DrawerLayout 1.1.0-alpha03 from ToT?
ni...@google.com <ni...@google.com> #3
Can you (or Sam) schedule the release on Jetpad for August 15th?
sj...@google.com <sj...@google.com> #4
ch...@google.com <ch...@google.com> #5
DrawerLayout 1.1.0-alpha03 was released last month
Description
The hidden API needs to be restored so we can retain binary compatibility. Currently, any app that upgrades to Core 1.2.0-alpha03 that uses DrawerLayout (say, 1.1.0-alpha02) will fail with an exception:
java.lang.NoSuchMethodError: No static method wrap(Landroid/view/WindowInsets;)Landroidx/core/view/WindowInsetsCompat;
at androidx.drawerlayout.widget.DrawerLayout.onLayout(DrawerLayout.java:1310)