Covalent

Results 26 comments of Covalent

> Found the culprit: the draggable scrollbar. When released, it triggers a rebuild of the asset grid (in turn rebuilding the placeholders / resetting the transition effect). This is not...

It looks like using the `FadeInImage` class fixes the flicker but has its own issues so I'll keep looking. (It transitions from the placeholder, two black, to the main image...

> It looks like using the `FadeInImage` class fixes the flicker but has its own issues so I'll keep looking. (It transitions from the placeholder, two black, to the main...

@alextran1502 Just letting you know this PR should be good now.

> @lukehmcc Thank you for the reminder, I've just tested it again, and it looks a lot better. However, I still see some weird flashing issue when viewing different pages,...

Can confirm that any given page (currently looking at the faces page) is built twice. Here is a debug log after clicking on a face: ``` I/ViewRootImpl@1918418[MainActivity]( 3289): ViewPostIme pointer...

> > Still not quite sure what exactly is causing this rebuild but at least I have down that the rebuild is happening only once. > > Made #3129 to...

Just merged with main on my local branch and the flickering is now significantly worse. The thumbnail seems to rebuild half a dozen times before the image loads. Shoulda gotten...

> @lukehmcc the flicker issue was like that before any changes was made that was why we haven't merged the pr in yet. > > I don't believe we changed...

> @alextran1502 @lukehmcc has this PR been forgotten, or is there something blocking it? ![image](https://github.com/immich-app/immich/assets/58121030/6abaebb7-9805-4c2c-972b-c93d2c87c5c7) Alex found flickering in some views that I couldn't reproduce. Last time I tested it...