Fixed
Status Update
Comments
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #2
Nested scrolling works partially (as per http://b/122818889 ). Let's discuss if we need full support and if so make sure it works.
jb...@google.com <jb...@google.com> #3
Hi!
What is 'partially' exactly?
How do I see it?
Thanks!
What is 'partially' exactly?
How do I see it?
Thanks!
Description
Component used: Navigation
Version used: 2.3.3
Devices/Android versions reproduced on: n/a
When adding an
argument
to a navigation-destination, for example:<argument android:name="id" android:defaultValue="-1L" app:argType="long" />
Task
:compileDebugJavaWithJavac
complains due to missing annotations in the generated code:Other methods in the generated code already would use
@SuppressWarnings("unchecked")
.