Skip to content

Conversation

dreampiggy
Copy link
Collaborator

Fix for annoying bugs because the fact:

when writting the if else code with a Binding object, it will query the WebImage.body again.

This means, another new WebImage struct will be created, and receive a ImageManger.load (ImageManger is a class, which means they share the same state !). So the state mass up.

Using ZStack without changes will not cause the WebImage to be re-generaetd. This is the simplest solution.

@dreampiggy dreampiggy added the fix label Nov 2, 2019
@dreampiggy dreampiggy merged commit e8bb254 into master Nov 2, 2019
@dreampiggy dreampiggy deleted the fix_new_solution_for_indicator branch November 2, 2019 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 participant