Diego Beraldin

Results 7 comments of Diego Beraldin

The first time you try to reference a type which is a subtype of that interface from common code it breaks everything apparently. > Cannot access "JavaSerializable' which is a...

Even if client apps can adopt workarounds to avoid non-primitive arguments to screens, since the library is [using it internally](voyager-core/src/commonMain/kotlin/cafe/adriel/voyager/core/lifecycle/Serializable.kt) I expect that unless something gets done we'll have to...

There are still some months ahead (but this needs to be considered for the 2024 roadmap anyway). Please consider me in case I can be of any help, I like...

I can confirm that on Android too, for large images, an exception is thrown: ``` java.lang.RuntimeException: Canvas: trying to draw too large(147424000bytes) bitmap. at android.graphics.RecordingCanvas.throwIfCannotDraw(RecordingCanvas.java:266) at android.graphics.BaseRecordingCanvas.drawBitmap(BaseRecordingCanvas.java:94) at androidx.compose.ui.graphics.AndroidCanvas.drawImageRect-HPBpro0(AndroidCanvas.android.kt:271) at...

Yes, this is the last one that gave me that issue: ``` https://lemmy.world/pictrs/image/922015bc-6491-4813-9308-da498e699873.jpeg ``` with a size of 4645439 bytes. By the way, in the meantime, I managed to upgrade...

Hi! I happened to have the same issue (just on one bottom sheet and just in release builds, not in debug ones). Do I have to both remove the `SlideTransition`...

I am removing the nested navigator inside the bottom sheet, I do not actually need it and can achieve a similar behaviour with `Crossfade` to have a transition.