Fixed
Status Update
Comments
ro...@google.com <ro...@google.com>
ro...@google.com <ro...@google.com>
an...@google.com <an...@google.com> #2
Seems like it is caused by the subcompose(BottomSheetScaffoldLayoutSlot.Fab, fab)[0].measure(looseConstraints)
line in the bottom sheet. Seems like you have the floatingActionButton = {}
passed in your scaffold. setting it to null instead should solve the issue.
@jossi, could you take a look if we can handle this more gracefully and whether it makes sense?
Description
Density shows as mdpi, while it should be xhdpi or 440dpi.