Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
It has been temporarily suppressed as part of
Note that in order to get error-prone to recognize the source, you'll need to be on agp 3.6, which is dependent on these two changes:
> Task :palette:palette:runErrorProne
/androidx-master-dev/frameworks/support/palette/palette/src/main/java/androidx/palette/graphics/Palette.java:361: error: [NullAway] passing @Nullable parameter 'generateScoredTarget(target)' where @NonNull is required
mSelectedSwatches.put(target, generateScoredTarget(target));
^
(see
1 error
> Task :palette:palette:runErrorProne FAILED