Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reload() #102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix reload() #102

wants to merge 1 commit into from

Conversation

aspcartman
Copy link

For some reason activateConstraints and deactivateConstraints might contain same constraints. That requires further investigation but deactivating after activating solves the consequences of the issue in my case.

For some reason `activateConstraints` and `deactivateConstraints` might contain same constraints. That requires further investigation but deactivating after activating solves the consequences of the issue in my case.
@nakiostudio-bot
Copy link
Collaborator

Current coverage for EasyPeasy.framework is 96.21%

Files changed - -
Item.swift 93.88%

Powered by xcov

Generated by 🚫 Danger

@chrigu1981
Copy link

any news on that? i have the same issue when adding constraints for ex. like this

view.easy.layout(
    Top().when { !self.isSomeViewHidden },
    Top(8).when { self.isSomeViewHidden }
)

the fix from @aspcartman seems to work for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants