Skip to content

A set of optimizations to improve overall performance#12

Open
Hermanest wants to merge 7 commits into
masterfrom
optimizations
Open

A set of optimizations to improve overall performance#12
Hermanest wants to merge 7 commits into
masterfrom
optimizations

Conversation

@Hermanest

Copy link
Copy Markdown
Member

No description provided.

@Hermanest Hermanest requested a review from NSGolova June 13, 2026 09:16
Comment thread src/reactive-sdk/Reactive.Components/Extensions/GIF/ImageLoader.cs

comp.Component.WithListener(x => x.Sprite, (newSprite) => {
if (newSprite != loaderModule.LoadedImage?.Sprite) {
loaderModule.StopLoading();

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How the load animation will stop now on the sprite change?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Won't stop, just won't be applied afterwards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants