Ryan W
Ryan W
Yes, I agree with that.
Thanks for your very prompt reply. To better illustrate the issue, I have modified your sample codes, by adding a button to trigger a snackbar. Nothing else has been changed....
Ended up this is my not-so-smart workaround: **MoveUpwardBehavior.java** : ``` @Override public boolean onDependentViewChanged(CoordinatorLayout parent, View child, View dependency) { float translationY = Math.min(0, ViewCompat.getTranslationY(dependency) - dependency.getHeight()); if (child.getVisibility() ==...
Found this ticket by chance. I was following [Philipp Lackner's KMP tutorial](https://www.youtube.com/watch?v=XWSzbMnpAgI). There he used SQLDelight 1.5 which I had to upgrade it to 2.x to work with my Android...
Not sure if it turned out to be impossible to make it KMP compatible, but since the compose part, as mentioned, is backed by LazyColumn/LazyRow for compose, I hope the...
I came across another closed issue #1184 and then this one. I am happy to share my findings and analysis, hoping it could help look for the real cause. I...
> The issue still persists. > I could reproduce it on Pixel 6/7a and Pixel 8. From my test results, it seems to me the android os version is more...
Facing the same issue. The script has been unchanged, running fine for a long time. I don't believe it's my/our problem.
The Apollo GraphQL MockServer depends on Ktor that obviously it is broken now. ``` 'io.ktor.network.sockets.ServerSocket io.ktor.network.sockets.TcpSocketBuilder.bind$default(io.ktor.network.sockets.TcpSocketBuilder, java.lang.String, int, kotlin.jvm.functions.Function1, int, java.lang.Object)' java.lang.NoSuchMethodError: 'io.ktor.network.sockets.ServerSocket io.ktor.network.sockets.TcpSocketBuilder.bind$default(io.ktor.network.sockets.TcpSocketBuilder, java.lang.String, int, kotlin.jvm.functions.Function1, int, java.lang.Object)' at...
This can be the final missing piece that blocks us from confidently circulating this app - the billing section we have to provide a real cost calculation under all filters....