ln-12
ln-12
I think that I found out what is actually happening on emulators (but not only on them)! After trying out many things, I added a delay between reconnecting to the...
We are experiencing the same issue while having `modifier = Modifier.height(IntrinsicSize.Min)` on the `Row` and `modifier = Modifier.fillMaxHeight()` on the `GlideImage`. Did anyone find a workaround yet that keeps the...
@vinaygaba I can confirm that this happens with custom annotation classes. My annotations look like this: ```kotlin import androidx.compose.ui.tooling.preview.Preview @Preview(widthDp = 411, heightDp = 842) annotation class PortraitPreview @Preview(widthDp =...
I am having the same issue on macOS 13.2 on a M1 Pro chip.
> > > Workaround to TLS handshake issue: > > ```cs > private enum SslProtocolsHack > { > Tls = 192, > Tls11 = 768, > Tls12 = 3072 >...
The sample works fine for me with version 1.3.0. Please not that you cannot use the `ConnectivityStatus` class from your common module. As the sample shows, you have to define...
Did you try to run my sample?
Seems like a official Compose solution is still not in sight, see: https://issuetracker.google.com/issues/157506938
The upcoming BasicTextField2 already has support for it: https://android-review.googlesource.com/c/platform/frameworks/support/+/2748196 For now it seems to be Android only but eventually this comes to the multiplatform implementation as well and/or you can...
Maybe this plugin might be helpful to look at: https://github.com/dubreuia/intellij-plugin-save-actions