这是indexloc提供的服务,不要输入任何密码
Skip to content

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

Development

Successfully merging this pull request may close these issues.

3 participants