Fixed
Status Update
Comments
il...@google.com <il...@google.com>
ke...@google.com <ke...@google.com> #2
Andrey, I haven't changed AnimatedVisibility
since alpha01, so I don't expect any behavior change. This looks like it may be an issue with subcompose, could you please take a look?
ap...@google.com <ap...@google.com> #3
I updated to 1.0.0-alpha09 but still experiencing the same result.
ap...@google.com <ap...@google.com> #4
cc+ Matvei for input on Scaffold
ke...@google.com <ke...@google.com>
il...@google.com <il...@google.com> #5
Hm, interesting, form the quick looks it seems like nothing changed in scaffold in alpha08. The only thing we've done around alpha07 is migrated scaffold to subcompose and it directly affects the padding parameter.
Louis, do you have any ideas is that might've caused the problem?
Description
With the release of
NavigationRail
in Material 1.4.O-alpha01, some of the navigation component methods should support the superclassNavigationBarView
instead ofBottomNavigationView
BottomNavigationView.setupWithNavController(navController: NavController)
is an example of a method that needs to be updated.