Stefan Oltmann
04/25/2024, 10:07 AMbeyondBoundsPageCount = 1
to avoid black flicker (due to loading) on changing the image. If this wasn't the problem I could simply use the constructor and provide the old scale & translation as input.
So I was thinking if using MutableStateFlow for these values would help. But to collect them I need to coroutine inside. Maybe I'm thinking to complicated here.
My first workaround attempt to just use a LaunchedEffect() on the interesting ZoomableState values and update the other ZoomableState I hold in a list was not succesful. I don't understand why.
Maybe it's time to ask smarter people for their ideas. 😅Albert Chang
04/25/2024, 10:54 AMtranslationX & translationY I want to sync it contains the bounds, size of parent & childrenDo you mean the parent/child sizes of your images are different? How would you expect the translation to be synced if that’s the case?
Stefan Oltmann
04/25/2024, 10:56 AMStefan Oltmann
04/25/2024, 10:57 AMStefan Oltmann
04/26/2024, 10:06 AMsnapshotFlow
looks very interesting. I think I need to spent some time studying it. 😄
For the others: Albert sent me this gist.
This will make the Ashampoo Photo Organizer experience so much better. 😍saket
04/26/2024, 3:35 PMStefan Oltmann
04/26/2024, 3:52 PMsaket
04/26/2024, 4:10 PMStefan Oltmann
04/26/2024, 4:19 PMStefan Oltmann
04/26/2024, 4:26 PMStefan Oltmann
04/26/2024, 4:39 PMsaket
04/26/2024, 5:02 PMStefan Oltmann
04/26/2024, 5:04 PMsaket
04/26/2024, 5:04 PMStefan Oltmann
04/26/2024, 5:05 PMStefan Oltmann
04/26/2024, 5:07 PMit's also funny that the option to enable sticky zoom is completely absent on my phone. I wonder if they're only showing it for large screens.Interesting. 🤔
Stefan Oltmann
04/26/2024, 5:14 PMStefan Oltmann
04/26/2024, 5:18 PMsaket
04/26/2024, 5:48 PMStefan Oltmann
04/26/2024, 5:58 PMStefan Oltmann
04/26/2024, 5:59 PM