pubiqq
pubiqq
Small sample: Original class ```java package com.example; import java.util.function.Function; class TestJavaClass { private final Function f = x -> x; String test() { return f.apply("2"); } } ``` Smali ```...
@hunterstich, I don't mean the close button should be shown by default. I mean there should be an option to enable the close button with the API, something like: ```kt...
A small clarification: The problem is in the component, not in the catalog (incorrect response to [visibility changes](https://github.com/material-components/material-components-android/blob/967dcd5e071773c2d54ab499065b6690524b5752/lib/java/com/google/android/material/loadingindicator/LoadingIndicator.java#L130-L140)).
This "optimization" is just incorrect. If the desired size is `INTRINSIC_SIZE`, it doesn't mean that the image doesn't need to be scaled, because the `topLayerNewWidth` and `topLayerNewHeight` may differ from...
Before After
Sure, see https://github.com/material-components/material-components-android/pull/4793#issue-3080491604.
> Looks like this causes many internal test failures where the AppBarLayout is no longer collapsed when it is expected to be. Hmm, most likely I missed something. Could you...
Well, unfortunately, I don't have any ideas yet. I can only hope that you can find time to inspect this problem.