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

iOS: optimize relayout queue #3751

Closed
wants to merge 1 commit into from
Closed

Conversation

hitdavid
Copy link

remove useless relayout in queue,
all subviews are useless when performing performLayoutRefresh,
only root views will be relayout.

remove useless relayout in queue, 
all subviews are useless when performing performLayoutRefresh, 
only root views will be relayout.
@ingo
Copy link
Contributor

ingo commented Feb 8, 2013

Thank you for your commit. We need a ticket associated with each pull request so it can be properly tested. Can you please create one or find one as mentioned in the pull request guide?

@negupta
Copy link
Contributor

negupta commented Feb 19, 2014

TIMOB-10493 does not appear to be the correct ticket for this pull request as that ticket is about DashboardView and this PR is about relayout queue optimization. Can you please provide the correct ticket number?

@ingo
Copy link
Contributor

ingo commented Feb 21, 2014

Thank you for the contribution. We are currently hesitant to accept this patch because we suspect it may not improve performance. Given that there is no JIRA ticket created since my last comment, I will close this patch for now. You are welcome to submit an updated version again.

@ingo ingo closed this Feb 21, 2014
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.

None yet

3 participants